AVMutableVideoComposition.Create 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
Create(AVAsset, AVMutableVideoCompositionCreateApplier, AVMutableVideoCompositionCreateCallback)
[Foundation.Export("videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Create(AVFoundation.AVAsset asset, AVFoundation.AVMutableVideoCompositionCreateApplier applier, AVFoundation.AVMutableVideoCompositionCreateCallback completionHandler);
[<Foundation.Export("videoCompositionWithAsset:applyingCIFiltersWithHandler:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVAsset * AVFoundation.AVMutableVideoCompositionCreateApplier * AVFoundation.AVMutableVideoCompositionCreateCallback -> unit
Parameters
- asset
- AVAsset
- completionHandler
- AVMutableVideoCompositionCreateCallback
- Attributes
Applies to
Create(AVAsset, AVVideoCompositionInstruction)
[Foundation.Export("videoCompositionWithPropertiesOfAsset:prototypeInstruction:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVMutableVideoComposition Create(AVFoundation.AVAsset asset, AVFoundation.AVVideoCompositionInstruction prototypeInstruction);
[<Foundation.Export("videoCompositionWithPropertiesOfAsset:prototypeInstruction:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVAsset * AVFoundation.AVVideoCompositionInstruction -> AVFoundation.AVMutableVideoComposition
Parameters
- asset
- AVAsset
- prototypeInstruction
- AVVideoCompositionInstruction
Returns
- Attributes
Applies to
Create(AVAsset, AVVideoCompositionInstruction, AVMutableVideoCompositionCreateCallback)
[Foundation.Export("videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Create(AVFoundation.AVAsset asset, AVFoundation.AVVideoCompositionInstruction prototypeInstruction, AVFoundation.AVMutableVideoCompositionCreateCallback completionHandler);
[<Foundation.Export("videoCompositionWithPropertiesOfAsset:prototypeInstruction:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVAsset * AVFoundation.AVVideoCompositionInstruction * AVFoundation.AVMutableVideoCompositionCreateCallback -> unit
Parameters
- asset
- AVAsset
- prototypeInstruction
- AVVideoCompositionInstruction
- completionHandler
- AVMutableVideoCompositionCreateCallback
- Attributes
Applies to
Create(AVAsset)
[Foundation.Export("videoCompositionWithPropertiesOfAsset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVMutableVideoComposition Create(AVFoundation.AVAsset asset);
[<Foundation.Export("videoCompositionWithPropertiesOfAsset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVAsset -> AVFoundation.AVMutableVideoComposition
Parameters
- asset
- AVAsset
Returns
- Attributes
Applies to
Create()
[Foundation.Export("videoComposition")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVMutableVideoComposition Create();
[<Foundation.Export("videoComposition")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unit -> AVFoundation.AVMutableVideoComposition
Returns
- Attributes
Applies to
Create(AVAsset, AVMutableVideoCompositionCreateCallback)
[Foundation.Export("videoCompositionWithPropertiesOfAsset:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Create(AVFoundation.AVAsset asset, AVFoundation.AVMutableVideoCompositionCreateCallback completionHandler);
[<Foundation.Export("videoCompositionWithPropertiesOfAsset:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVAsset * AVFoundation.AVMutableVideoCompositionCreateCallback -> unit
Parameters
- asset
- AVAsset
- completionHandler
- AVMutableVideoCompositionCreateCallback
- Attributes