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) |
Creates a new AVMutableVideoComposition from the specified |
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