VideoMediaFrameFormat.DepthFormat Property

Definition

Gets an object that describes the format of the depth data in a video media frame, if the frame contains depth data.

public:
 property DepthMediaFrameFormat ^ DepthFormat { DepthMediaFrameFormat ^ get(); };
DepthMediaFrameFormat DepthFormat();
public DepthMediaFrameFormat DepthFormat { get; }
var depthMediaFrameFormat = videoMediaFrameFormat.depthFormat;
Public ReadOnly Property DepthFormat As DepthMediaFrameFormat

Property Value

An object that describes the format of the depth data in a video media frame.

Remarks

If the video media frame does not contain depth data, this property is null.

Applies to