次の方法で共有


AVMutableVideoComposition.Create メソッド

定義

オーバーロード

Create(AVAsset)

指定した asset の新しい AVMutableVideoComposition を作成します。

Create()

既定値を使用して新しい AVMutableVideoComposition を作成します。

Create(AVAsset)

指定した asset の新しい AVMutableVideoComposition を作成します。

[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

戻り値

属性

適用対象