共用方式為


ContainerEncodingProperties.Subtype 屬性

定義

取得或設定媒體容器的子類型。

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 = containerEncodingProperties.subtype;
containerEncodingProperties.subtype = string;
Public Property Subtype As String

屬性值

String

Platform::String

winrt::hstring

子型別。

實作

備註

此值可以是標準形式的 GUID 字串表示,或下表所列的其中一個預先定義值。

Subtype GUID
ASF 430f6f6e-b6bf-4fc1-a0bd-9ee46eee2afb
MP3 e438b912-83f1-4de6-9e3a-9ffbc6dd24d1
MPEG4 dc6cd05d-b9d0-40ef-bd35-fa622c1ab28a
AVI 7edfe8af-402f-4d76-a33c-619fd157d0f1
MPEG2 bfc2dbf9-7bb4-4f8f-afde-e112c44ba882
64c3453c-0f26-4741-be63-87bdf8bb935b
AACADTS 132fd27d-0f02-43de-a301-38fbbbb3834e
ADTS 132fd27d-0f02-43de-a301-38fbbbb3834e
3GP 34c50167-4472-4f34-9ea0-c49fbacf037d
AMR 025d5ad3-621a-475b-964d-66b1c824f079
FLAC 31344aa3-05a9-42b5-901b-8e9d4257f75e

警告

MediaEncodingSubtypes屬性傳回的字串值不能使用與AudioEncodingProperties.SubtypeVideoEncodingProperties.Subtype、ContainerEncodingProperties.SubtypeImageEncodingProperties.Subtype相同的字母大小寫。 基於這個理由,如果您比較值,您應該使用不區分大小寫的比較,或使用符合編碼屬性所傳回大小寫的硬式編碼字串。

適用於