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 と同じ文字の大文字と小文字を使用することはできません。 このため、値を比較する場合は、大文字と小文字を区別しない比較を使用するか、エンコード プロパティによって返される大文字と小文字が一致するハードコーディングされた文字列を使用する必要があります。

適用対象