VideoMediaFrame.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 an object describing the format of the VideoMediaFrame image data.
public:
property VideoMediaFrameFormat ^ VideoFormat { VideoMediaFrameFormat ^ get(); };
VideoMediaFrameFormat VideoFormat();
public VideoMediaFrameFormat VideoFormat { get; }
var videoMediaFrameFormat = videoMediaFrame.videoFormat;
Public ReadOnly Property VideoFormat As VideoMediaFrameFormat
Property Value
An object describing the format of the VideoMediaFrame image data.