MediaFrameReference.Format 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 format of the reference media frame.
public:
property MediaFrameFormat ^ Format { MediaFrameFormat ^ get(); };
MediaFrameFormat Format();
public MediaFrameFormat Format { get; }
var mediaFrameFormat = mediaFrameReference.format;
Public ReadOnly Property Format As MediaFrameFormat
Property Value
The format of the reference media frame.