次の方法で共有


IAVCaptureDepthDataOutputDelegate インターフェイス

定義

プロトコル AVCaptureDepthDataOutputDelegateの必要なメソッド (存在する場合) を表すインターフェイス。

[Foundation.Protocol(Name="AVCaptureDepthDataOutputDelegate", WrapperType=typeof(AVFoundation.AVCaptureDepthDataOutputDelegateWrapper))]
[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 IAVCaptureDepthDataOutputDelegate : IDisposable, ObjCRuntime.INativeObject
type IAVCaptureDepthDataOutputDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

このインターフェイスには、 で AVCaptureDepthDataOutputDelegate定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成すると、実装メソッドは、プロトコルで定義されているメソッドのシグネチャに一致する Objective-C に自動的に AVCaptureDepthDataOutputDelegate エクスポートされます。

省略可能なメソッド (存在する場合) は、 インターフェイスの拡張メソッドとして クラスによって AVCaptureDepthDataOutputDelegate_Extensions 提供されるため、開発者はプロトコルで任意のオプション メソッドを呼び出すことができます。

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

DidDropDepthData(IAVCaptureDepthDataOutputDelegate, AVCaptureDepthDataOutput, AVDepthData, CMTime, AVCaptureConnection, AVCaptureOutputDataDroppedReason)

深度データが削除されるときに呼び出されるメソッド。

DidOutputDepthData(IAVCaptureDepthDataOutputDelegate, AVCaptureDepthDataOutput, AVDepthData, CMTime, AVCaptureConnection)

深度データが出力されるときに呼び出されるメソッド。

適用対象