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.

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


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