AVMutableVideoComposition.Create 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
Create(AVAsset) |
Crée un AVMutableVideoComposition à partir du |
Create() |
Crée un AVMutableVideoComposition avec des valeurs par défaut. |
Create(AVAsset)
Crée un AVMutableVideoComposition à partir du asset
spécifié.
[Foundation.Export("videoCompositionWithPropertiesOfAsset:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVMutableVideoComposition Create (AVFoundation.AVAsset asset);
static member Create : AVFoundation.AVAsset -> AVFoundation.AVMutableVideoComposition
Paramètres
- asset
- AVAsset
Retours
- Attributs
S’applique à
Create()
Crée un AVMutableVideoComposition avec des valeurs par défaut.
[Foundation.Export("videoComposition")]
public static AVFoundation.AVMutableVideoComposition Create ();
static member Create : unit -> AVFoundation.AVMutableVideoComposition
Retours
- Attributs