DepthMediaFrame.DepthFormat Property

Definition

Gets an object that describes the format of the depth data in the DepthMediaFrame.

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

Property Value

An object that describes the format of the depth data in the DepthMediaFrame.

Applies to