VideoMediaFrameFormat.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 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.