MediaFrameFormat.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 image format of a video media frame.
public:
property VideoMediaFrameFormat ^ VideoFormat { VideoMediaFrameFormat ^ get(); };
VideoMediaFrameFormat VideoFormat();
public VideoMediaFrameFormat VideoFormat { get; }
var videoMediaFrameFormat = mediaFrameFormat.videoFormat;
Public ReadOnly Property VideoFormat As VideoMediaFrameFormat
Property Value
An object describing the image format of a video media frame.
Remarks
If a media frame does not contain video data, such as a BufferMediaFrame, this property is null.