MediaFrameFormat.Subtype Proprietà

Definizione

Ottiene una stringa che identifica il sottotipo di un frame multimediale.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa che identifica il sottotipo di un frame multimediale.

Commenti

Il valore di questa proprietà è una delle stringhe definite dalle proprietà della classe MediaEncodingSubtypes . Se non è possibile trovare il nome descrittivo per il sottotipo, il GUID per il sottotipo viene restituito in formato testo normale.

Si applica a