Partager via


IMediaEncodingProperties.Subtype Propriété

Définition

Obtient ou définit le sous-type du 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

Valeur de propriété

String

Platform::String

winrt::hstring

Sous-type.

Remarques

Le sous-type fournit une description plus spécifique du format que la propriété Type . Les valeurs possibles dépendent de la classe qui implémente la méthode. Pour plus d'informations, voir les rubriques suivantes :

S’applique à