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.

C# | Visual Basic | Visual 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 )

- buffer (IntPtr)
- MISSING
- attachmentMode (CVAttachmentMode)
- MISSING

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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)