共用方式為


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
已淘汰.

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

方法

DidOutputSynchronizedDataCollection(AVCaptureDataOutputSynchronizer, AVCaptureSynchronizedDataCollection)
已淘汰.

開發人員會實作此方法,以在同步擷取資料的集合送達時回應。

適用於