CMAttachmentBearer.GetAttachment Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode) | |
GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode) |
Возвращает вложение, которое идентифицируется |
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
Параметры
- target
- ICMAttachmentBearer
- attachmentModeOut
- CMAttachmentMode
Возвращаемое значение
Применяется к
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, получающий значение, указывающее, следует ли распространять вложение.
Возвращаемое значение
Указанное вложение.