Поделиться через


CVBuffer.GetAttachment Метод

Определение

Перегрузки

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

Параметры

key
NSString
attachmentMode
CVAttachmentMode

Возвращаемое значение

Применяется к

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)

Параметры типа

T

Параметры

key
NSString
attachmentMode
CVAttachmentMode

Возвращаемое значение

T

Применяется к