AVMutableVideoComposition.Create 方法

定义

重载

Create(AVAsset)

从指定的 AVMutableVideoComposition 创建新的 asset

Create()

使用默认值创建新 AVMutableVideoComposition

Create(AVAsset)

从指定的 AVMutableVideoComposition 创建新的 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

参数

asset
AVAsset

返回

属性

适用于

Create()

使用默认值创建新 AVMutableVideoComposition

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

返回

属性

适用于