AVCaptureDepthDataOutputDelegate_Extensions.DidDropDepthData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when depth data is dropped.
public static void DidDropDepthData (this AVFoundation.IAVCaptureDepthDataOutputDelegate This, AVFoundation.AVCaptureDepthDataOutput output, AVFoundation.AVDepthData depthData, CoreMedia.CMTime timestamp, AVFoundation.AVCaptureConnection connection, AVFoundation.AVCaptureOutputDataDroppedReason reason);
static member DidDropDepthData : AVFoundation.IAVCaptureDepthDataOutputDelegate * AVFoundation.AVCaptureDepthDataOutput * AVFoundation.AVDepthData * CoreMedia.CMTime * AVFoundation.AVCaptureConnection * AVFoundation.AVCaptureOutputDataDroppedReason -> unit
Parameters
The instance on which this extension method operates.
- 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.
The reason the depth data was dropped.