CVBuffer.GetAttachments Method

Definition

Overloads

GetAttachments(CVAttachmentMode)
GetAttachments<TKey,TValue>(CVAttachmentMode)

GetAttachments(CVAttachmentMode)

public Foundation.NSDictionary GetAttachments (CoreVideo.CVAttachmentMode attachmentMode);
member this.GetAttachments : CoreVideo.CVAttachmentMode -> Foundation.NSDictionary

Parameters

attachmentMode
CVAttachmentMode

Returns

Applies to

GetAttachments<TKey,TValue>(CVAttachmentMode)

public Foundation.NSDictionary<TKey,TValue> GetAttachments<TKey,TValue> (CoreVideo.CVAttachmentMode attachmentMode) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;
member this.GetAttachments : CoreVideo.CVAttachmentMode -> Foundation.NSDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)> (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)

Type Parameters

TKey
TValue

Parameters

attachmentMode
CVAttachmentMode

Returns

Applies to