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)
古い.

開発者は、同期されたキャプチャ データのコレクションが到着したときに応答するために、このメソッドを実装します。

適用対象