Bagikan melalui


IAVCaptureDepthDataOutputDelegate Antarmuka

Definisi

Antarmuka yang mewakili metode yang diperlukan (jika ada) dari protokol 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
Turunan
Atribut
Penerapan

Keterangan

Antarmuka ini berisi metode yang diperlukan (jika ada) dari protokol yang ditentukan oleh AVCaptureDepthDataOutputDelegate.

Jika pengembang membuat kelas yang mengimplementasikan antarmuka ini, metode implementasi akan secara otomatis diekspor ke Objective-C dengan tanda tangan yang cocok dari metode yang ditentukan dalam AVCaptureDepthDataOutputDelegate protokol.

Metode opsional (jika ada) disediakan oleh AVCaptureDepthDataOutputDelegate_Extensions kelas sebagai metode ekstensi ke antarmuka, memungkinkan pengembang untuk memanggil metode opsional apa pun pada protokol.

Properti

Handle

Tangani (penunjuk) ke representasi objek yang tidak dikelola.

(Diperoleh dari INativeObject)

Metode Ekstensi

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

Metode yang dipanggil saat data kedalaman dihilangkan.

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

Metode yang dipanggil ketika data kedalaman adalah output.

Berlaku untuk