CMAttachmentBearer.GetAttachment Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode) | |
GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode) |
Retorna o anexo que é identificado por |
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)
Parâmetros de tipo
- T
Parâmetros
- target
- ICMAttachmentBearer
- attachmentModeOut
- CMAttachmentMode
Retornos
Aplica-se a
GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode)
Retorna o anexo que é identificado por key
e grava o modo attachmentModeOut
de propagação de anexo em .
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)
Parâmetros de tipo
- T
O tipo de anexo a ser obtido.
Parâmetros
- target
- ICMAttachmentBearer
O objeto no qual esse método opera.
- key
- String
A cadeia de caracteres que identifica o anexo a ser retornado.
- attachmentModeOut
- CMAttachmentMode
Um parâmetro out que recebe um valor que informa se o anexo deve se propagar ou não.
Retornos
O anexo especificado.