IMediaEncodingProperties.Subtype Property

Definition

Gets or sets the subtype of the format.

public:
 property Platform::String ^ Subtype { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subtype();

void Subtype(winrt::hstring value);
public string Subtype { get; set; }
var string = iMediaEncodingProperties.subtype;
iMediaEncodingProperties.subtype = string;
Public Property Subtype As String

Property Value

String

Platform::String

winrt::hstring

The subtype.

Remarks

The subtype gives a more specific description of the format than the Type property. Possible values depend on the class that implements the method. For more information, see the following topics:

Applies to