CVBuffer.GetAttachment Method

Definition

Overloads

GetAttachment(NSString, CVAttachmentMode)
GetAttachment<T>(NSString, CVAttachmentMode)

GetAttachment(NSString, CVAttachmentMode)

public Foundation.NSObject GetAttachment (Foundation.NSString key, out CoreVideo.CVAttachmentMode attachmentMode);
member this.GetAttachment : Foundation.NSString *  -> Foundation.NSObject

Parameters

key
NSString
attachmentMode
CVAttachmentMode

Returns

Applies to

GetAttachment<T>(NSString, CVAttachmentMode)

public T GetAttachment<T> (Foundation.NSString key, out CoreVideo.CVAttachmentMode attachmentMode) where T : class, ObjCRuntime.INativeObject;
member this.GetAttachment : Foundation.NSString *  -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

Type Parameters

T

Parameters

key
NSString
attachmentMode
CVAttachmentMode

Returns

T

Applies to