Freigeben über


AVMutableVideoComposition.Create Methode

Definition

Überlädt

Create(AVAsset)

Erstellt ein neues AVMutableVideoComposition aus dem angegebenen asset.

Create()

Erstellt eine neue AVMutableVideoComposition-Klasse mit Standardwerten.

Create(AVAsset)

Erstellt ein neues AVMutableVideoComposition aus dem angegebenen 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

Parameter

asset
AVAsset

Gibt zurück

Attribute

Gilt für:

Create()

Erstellt eine neue AVMutableVideoComposition-Klasse mit Standardwerten.

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

Gibt zurück

Attribute

Gilt für: