AVCaptureDepthDataOutputDelegate.DidOutputDepthData 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 output.
[Foundation.Export("depthDataOutput:didOutputDepthData:timestamp:connection:")]
public virtual void DidOutputDepthData (AVFoundation.AVCaptureDepthDataOutput output, AVFoundation.AVDepthData depthData, CoreMedia.CMTime timestamp, AVFoundation.AVCaptureConnection connection);
abstract member DidOutputDepthData : AVFoundation.AVCaptureDepthDataOutput * AVFoundation.AVDepthData * CoreMedia.CMTime * AVFoundation.AVCaptureConnection -> unit
override this.DidOutputDepthData : AVFoundation.AVCaptureDepthDataOutput * AVFoundation.AVDepthData * CoreMedia.CMTime * AVFoundation.AVCaptureConnection -> unit
Parameters
- output
- AVCaptureDepthDataOutput
The output that provided the data.
- depthData
- AVDepthData
The captured data.
- timestamp
- CMTime
The time the data was captured.
- connection
- AVCaptureConnection
The capture connection.
- Attributes