다음을 통해 공유


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

반환

특성

적용 대상