Edit

Share via


AVMutableVideoComposition.Create Method

Definition

Overloads

Create(AVAsset)

Creates a new AVMutableVideoComposition from the specified asset.

Create()

Creates a new AVMutableVideoComposition with default values.

Create(AVAsset)

Creates a new AVMutableVideoComposition from the specified asset.

[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

Parameters

asset
AVAsset

Returns

Attributes

Applies to

Create()

Creates a new AVMutableVideoComposition with default values.

[Foundation.Export("videoComposition")]
public static AVFoundation.AVMutableVideoComposition Create ();
static member Create : unit -> AVFoundation.AVMutableVideoComposition

Returns

Attributes

Applies to