DepthMediaFrame.DepthFormat Property
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.
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.