IMediaEncodingProperties.Subtype Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il sottotipo del formato.
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
Valore della proprietà
Sottotipo.
Commenti
Il sottotipo fornisce una descrizione più specifica del formato rispetto alla proprietà Type . I valori possibili dipendono dalla classe che implementa il metodo . Per altre informazioni, vedere gli argomenti seguenti:
- AudioEncodingProperties.Subtype
- ContainerEncodingProperties.Subtype
- ImageEncodingProperties.Subtype
- VideoEncodingProperties.Subtype