AVCaptureDepthDataOutputDelegate.DidDropDepthData Method

Definition

Method that is called when depth data is dropped.

[Foundation.Export("depthDataOutput:didDropDepthData:timestamp:connection:reason:")]
public virtual void DidDropDepthData (AVFoundation.AVCaptureDepthDataOutput output, AVFoundation.AVDepthData depthData, CoreMedia.CMTime timestamp, AVFoundation.AVCaptureConnection connection, AVFoundation.AVCaptureOutputDataDroppedReason reason);
abstract member DidDropDepthData : AVFoundation.AVCaptureDepthDataOutput * AVFoundation.AVDepthData * CoreMedia.CMTime * AVFoundation.AVCaptureConnection * AVFoundation.AVCaptureOutputDataDroppedReason -> unit
override this.DidDropDepthData : AVFoundation.AVCaptureDepthDataOutput * AVFoundation.AVDepthData * CoreMedia.CMTime * AVFoundation.AVCaptureConnection * AVFoundation.AVCaptureOutputDataDroppedReason -> unit

Parameters

output
AVCaptureDepthDataOutput

The output that dropped the data.

depthData
AVDepthData

The dropped data.

timestamp
CMTime

The time the data was captured.

connection
AVCaptureConnection

The capture connection.

reason
AVCaptureOutputDataDroppedReason

The reason the depth data was dropped.

Attributes

Applies to