MonobjcMonobjc Documented Class Library
SetAttachment Method (buffer, key, value, attachmentMode)
NamespacesMonobjc.QuartzCoreCVBufferSetAttachment(IntPtr, NSString, IntPtr, CVAttachmentMode)

Sets or adds an attachment of a Core Video buffer.

Original signature is 'void CVBufferSetAttachment ( CVBufferRef buffer, CFStringRef key, CFTypeRef value, CVAttachmentMode attachmentMode );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetAttachment(
	IntPtr buffer,
	NSString key,
	IntPtr value,
	CVAttachmentMode attachmentMode
)
Public Shared Sub SetAttachment ( _
	buffer As IntPtr, _
	key As NSString, _
	value As IntPtr, _
	attachmentMode As CVAttachmentMode _
)
public:
static void SetAttachment(
	IntPtr buffer, 
	NSString^ key, 
	IntPtr value, 
	CVAttachmentMode attachmentMode
)
Parameters
buffer (IntPtr)
MISSING
key (NSString)
MISSING
value (IntPtr)
MISSING
attachmentMode (CVAttachmentMode)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)