MediaFrameFormat.Subtype 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 a string identifying the subtype of a media frame.
public:
property Platform::String ^ Subtype { Platform::String ^ get(); };
winrt::hstring Subtype();
public string Subtype { get; }
var string = mediaFrameFormat.subtype;
Public ReadOnly Property Subtype As String
Property Value
A string identifying the subtype of a media frame.
Remarks
The value of this property is one of the strings defined by the properties of the MediaEncodingSubtypes class. If the friendly name for the subtype can't be found, the GUID for the subtype is returned in plain-text format.