IMediaEncodingProperties.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 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
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:
- AudioEncodingProperties.Subtype
- ContainerEncodingProperties.Subtype
- ImageEncodingProperties.Subtype
- VideoEncodingProperties.Subtype