MonobjcMonobjc Documented Class Library
GetAttachments Method (buffer, attachmentMode)
NamespacesMonobjc.QuartzCoreCVBufferGetAttachments(IntPtr, CVAttachmentMode)

Returns all attachments of a Core Video buffer.

Original signature is 'CFDictionaryRef CVBufferGetAttachments ( CVBufferRef buffer, CVAttachmentMode attachmentMode );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary GetAttachments(
	IntPtr buffer,
	CVAttachmentMode attachmentMode
)
Public Shared Function GetAttachments ( _
	buffer As IntPtr, _
	attachmentMode As CVAttachmentMode _
) As NSDictionary
public:
static NSDictionary^ GetAttachments(
	IntPtr buffer, 
	CVAttachmentMode attachmentMode
)
Parameters
buffer (IntPtr)
MISSING
attachmentMode (CVAttachmentMode)
MISSING
Return Value
A Core Foundation dictionary with all buffer attachments identified by keys. If no attachment is present, the dictionary is empty. Returns NULL for an invalid attachment mode.
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)