MonobjcMonobjc Documented Class Library
SetAttachments Method (buffer, theAttachments, attachmentMode)
NamespacesMonobjc.QuartzCoreCVBufferSetAttachments(IntPtr, NSDictionary, CVAttachmentMode)

Sets a set of attachments for a Core Video buffer.

Original signature is 'void CVBufferSetAttachments ( CVBufferRef buffer, CFDictionaryRef theAttachments, CVAttachmentMode attachmentMode );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetAttachments(
	IntPtr buffer,
	NSDictionary theAttachments,
	CVAttachmentMode attachmentMode
)
Public Shared Sub SetAttachments ( _
	buffer As IntPtr, _
	theAttachments As NSDictionary, _
	attachmentMode As CVAttachmentMode _
)
public:
static void SetAttachments(
	IntPtr buffer, 
	NSDictionary^ theAttachments, 
	CVAttachmentMode attachmentMode
)
Parameters
buffer (IntPtr)
MISSING
theAttachments (NSDictionary)
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)