AVMutableVideoComposition.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Create(AVAsset) |
Erstellt ein neues AVMutableVideoComposition aus dem angegebenen |
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