次の方法で共有


AVMutableVideoComposition.GetVideoComposition メソッド

定義

ビデオの各フレームで指定したassetフィルター タスクを実行する、指定した から新しい AVMutableVideoComposition を作成します。

[Foundation.Export("videoCompositionWithAsset:applyingCIFiltersWithHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVMutableVideoComposition GetVideoComposition (AVFoundation.AVAsset asset, Action<AVFoundation.AVAsynchronousCIImageFilteringRequest> applier);
static member GetVideoComposition : AVFoundation.AVAsset * Action<AVFoundation.AVAsynchronousCIImageFilteringRequest> -> AVFoundation.AVMutableVideoComposition

パラメーター

asset
AVAsset

戻り値

属性

適用対象