IAVCaptureDepthDataOutputDelegate Interface

Definition

Delegate for receiving captured depth data.

[Foundation.Protocol(Name="AVCaptureDepthDataOutputDelegate", WrapperType=typeof(AVFoundation.AVCaptureDepthDataOutputDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidOutputDepthData", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureDepthDataOutput), typeof(AVFoundation.AVDepthData), typeof(CoreMedia.CMTime), typeof(AVFoundation.AVCaptureConnection) }, Selector="depthDataOutput:didOutputDepthData:timestamp:connection:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDropDepthData", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureDepthDataOutput), typeof(AVFoundation.AVDepthData), typeof(CoreMedia.CMTime), typeof(AVFoundation.AVCaptureConnection), typeof(AVFoundation.AVCaptureOutputDataDroppedReason) }, Selector="depthDataOutput:didDropDepthData:timestamp:connection:reason:")]
public interface IAVCaptureDepthDataOutputDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVCaptureDepthDataOutputDelegate", WrapperType=typeof(AVFoundation.AVCaptureDepthDataOutputDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidOutputDepthData", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureDepthDataOutput), typeof(AVFoundation.AVDepthData), typeof(CoreMedia.CMTime), typeof(AVFoundation.AVCaptureConnection) }, Selector="depthDataOutput:didOutputDepthData:timestamp:connection:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDropDepthData", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureDepthDataOutput), typeof(AVFoundation.AVDepthData), typeof(CoreMedia.CMTime), typeof(AVFoundation.AVCaptureConnection), typeof(AVFoundation.AVCaptureOutputDataDroppedReason) }, Selector="depthDataOutput:didDropDepthData:timestamp:connection:reason:")>]
type IAVCaptureDepthDataOutputDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to