CMAttachmentBearer.GetAttachment Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetAttachment<T>(ICMAttachmentBearer, CMSampleBufferAttachmentKey, CMAttachmentMode) | |
GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode) |
Retourne la pièce jointe qui est identifée par |
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)
Paramètres de type
- T
Paramètres
- target
- ICMAttachmentBearer
- attachmentModeOut
- CMAttachmentMode
Retours
S’applique à
GetAttachment<T>(ICMAttachmentBearer, String, CMAttachmentMode)
Retourne la pièce jointe qui est identifée par key
et écrit le mode de propagation de la pièce jointe dans 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)
Paramètres de type
- T
Type de pièce jointe à obtenir.
Paramètres
- target
- ICMAttachmentBearer
Objet sur lequel cette méthode fonctionne.
- key
- String
Chaîne qui identifie la pièce jointe à retourner.
- attachmentModeOut
- CMAttachmentMode
Paramètre out qui reçoit une valeur qui indique si la pièce jointe doit se propager ou non.
Retours
Pièce jointe spécifiée.