VideoMediaFrameFormat.MediaFrameFormat 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 provides information about the format of the media frame that is not specific to video frames.
public:
property MediaFrameFormat ^ MediaFrameFormat { MediaFrameFormat ^ get(); };
MediaFrameFormat MediaFrameFormat();
public MediaFrameFormat MediaFrameFormat { get; }
var mediaFrameFormat = videoMediaFrameFormat.mediaFrameFormat;
Public ReadOnly Property MediaFrameFormat As MediaFrameFormat
Property Value
An object that provides information about the format of the media frame.