AVAssetWriterInput.SetPassHandler(DispatchQueue, Action) 메서드

정의

시스템은 새 패스를 시작할 때 를 passHandler 호출합니다.

[Foundation.Export("respondToEachPassDescriptionOnQueue:usingBlock:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetPassHandler (CoreFoundation.DispatchQueue queue, Action passHandler);
abstract member SetPassHandler : CoreFoundation.DispatchQueue * Action -> unit
override this.SetPassHandler : CoreFoundation.DispatchQueue * Action -> unit

매개 변수

passHandler
Action
특성

적용 대상