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


CMAttachmentBearer.GetAttachment Метод

Определение

Перегрузки

GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode)
GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode)

Возвращает вложение, которое идентифицируется key и записывает режим распространения вложения в attachmentModeOut.

GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode)

public static T GetAttachment<T> (this CoreMedia.ICMAttachmentBearer target, CoreMedia.CMSampleBufferAttachmentKey key, out CoreMedia.CMAttachmentMode attachmentModeOut) where T : class, ObjCRuntime.INativeObject;
static member GetAttachment : CoreMedia.ICMAttachmentBearer * CoreMedia.CMSampleBufferAttachmentKey *  -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

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

T

Параметры

attachmentModeOut
CMAttachmentMode

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

T

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

GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode)

Возвращает вложение, которое идентифицируется key и записывает режим распространения вложения в attachmentModeOut.

public static T GetAttachment<T> (this CoreMedia.ICMAttachmentBearer target, string key, out CoreMedia.CMAttachmentMode attachmentModeOut) where T : class, ObjCRuntime.INativeObject;
static member GetAttachment : CoreMedia.ICMAttachmentBearer * string *  -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

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

T

Тип получаемого вложения.

Параметры

target
ICMAttachmentBearer

Объект, с которым работает этот метод.

key
String

Строка, идентифицирующая возвращаемую вложения.

attachmentModeOut
CMAttachmentMode

Параметр out, получающий значение, указывающее, следует ли распространять вложение.

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

T

Указанное вложение.

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