Compartilhar via


CMAttachmentBearer.GetAttachment Método

Definição

Sobrecargas

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

Retorna o anexo que é identificado por key e grava o modo attachmentModeOutde propagação de anexo em .

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

attachmentModeOut
CMAttachmentMode

Retornos

T

Aplica-se a

GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode)

Retorna o anexo que é identificado por key e grava o modo attachmentModeOutde 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

T

O anexo especificado.

Aplica-se a