DepthMediaFrameFormat.VideoFormat 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 the VideoMediaFrameFormat object that describes the non-depth-specific format of a DepthMediaFrame.
public:
property VideoMediaFrameFormat ^ VideoFormat { VideoMediaFrameFormat ^ get(); };
VideoMediaFrameFormat VideoFormat();
public VideoMediaFrameFormat VideoFormat { get; }
var videoMediaFrameFormat = depthMediaFrameFormat.videoFormat;
Public ReadOnly Property VideoFormat As VideoMediaFrameFormat
Property Value
The VideoMediaFrameFormat object that describes the non-depth-specific format of a DepthMediaFrame.