Share via


AVMutableVideoComposition.Create Method

Definition

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
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
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
Attributes

Applies to