다음을 통해 공유


IAVCaptureDataOutputSynchronizerDelegate 인터페이스

정의

주의

This API is not available on this platform.

동기화된 AV 데이터를 캡처하기 위한 대리자입니다.

[Foundation.Protocol(Name="AVCaptureDataOutputSynchronizerDelegate", WrapperType=typeof(AVFoundation.AVCaptureDataOutputSynchronizerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVCaptureDataOutputSynchronizerDelegate : IDisposable, ObjCRuntime.INativeObject
[System.Obsolete("This API is not available on this platform.")]
public interface IAVCaptureDataOutputSynchronizerDelegate : IDisposable, ObjCRuntime.INativeObject
type IAVCaptureDataOutputSynchronizerDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

속성

Handle
사용되지 않음.

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

메서드

DidOutputSynchronizedDataCollection(AVCaptureDataOutputSynchronizer, AVCaptureSynchronizedDataCollection)
사용되지 않음.

개발자는 동기화된 캡처 데이터의 컬렉션이 도착할 때 응답하기 위해 이 메서드를 구현합니다.

적용 대상