MediaFrameFormat.Subtype Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to