AVMutableVideoComposition.CreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| CreateAsync(AVAsset) | |
| CreateAsync(AVAsset, AVMutableVideoCompositionCreateApplier) | |
| CreateAsync(AVAsset, AVVideoCompositionInstruction) |
CreateAsync(AVAsset)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<AVFoundation.AVMutableVideoComposition> CreateAsync(AVFoundation.AVAsset asset);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateAsync : AVFoundation.AVAsset -> System.Threading.Tasks.Task<AVFoundation.AVMutableVideoComposition>
Parameters
- asset
- AVAsset
Returns
- Attributes
Applies to
CreateAsync(AVAsset, AVMutableVideoCompositionCreateApplier)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<AVFoundation.AVMutableVideoComposition> CreateAsync(AVFoundation.AVAsset asset, AVFoundation.AVMutableVideoCompositionCreateApplier applier);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateAsync : AVFoundation.AVAsset * AVFoundation.AVMutableVideoCompositionCreateApplier -> System.Threading.Tasks.Task<AVFoundation.AVMutableVideoComposition>
Parameters
- asset
- AVAsset
Returns
- Attributes
Applies to
CreateAsync(AVAsset, AVVideoCompositionInstruction)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<AVFoundation.AVMutableVideoComposition> CreateAsync(AVFoundation.AVAsset asset, AVFoundation.AVVideoCompositionInstruction prototypeInstruction);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateAsync : AVFoundation.AVAsset * AVFoundation.AVVideoCompositionInstruction -> System.Threading.Tasks.Task<AVFoundation.AVMutableVideoComposition>
Parameters
- asset
- AVAsset
- prototypeInstruction
- AVVideoCompositionInstruction
Returns
- Attributes