AudioEncodingProperties.Subtype 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定格式的子類型。
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 = audioEncodingProperties.subtype;
audioEncodingProperties.subtype = string;
Public Property Subtype As String
屬性值
子型別。
實作
備註
此值可以是 標準格式 GUID 的字串表示,或是下表所列其中一個預先定義的值。
值 | 描述 |
---|---|
「AAC」 | AAC) (進階音訊編碼。 資料流程可以包含音訊資料傳輸資料流程中的原始 AAC 資料或 AAC 資料, (ADTS) 資料流程。 |
「AC3」 | Dolby Digital audio (AC-3) 。 |
「AACADTS」 | (AAC) 音訊的進階音訊編碼, (ADTS) 格式。 |
「AACHDCP」 | High-Bandwidth Digital Content Protection (HDCP) 格式的 AAC。 |
「AC3」 | Dolby AC3 |
「AC3SPDIF」 | 透過 (S/PDIF) 的 Dolby AC-3 音訊透過 () 。 |
「AC3HDCP」 | High-Bandwidth Digital Content Protection (HDCP) 格式的 Dolby AC-3。 |
「ADTS」 | 音訊資料傳輸資料流程 |
「ALAC」 | Apple Lossless Audio Codec |
「AMRNB」 | 調適型多重速率音訊編解碼器 (AMR-NB) |
「AWRWB」 | 調適型多重速率寬頻音訊編解碼器 (AMR-WB) |
「DTS」 | 數位藝術系統 (DTS) |
「EAC3」 | Dolby Digital Plus 音訊 (E-AC-3) 。 |
「FLAC」 | 免費的無失真音訊編解碼器 |
「Float」 | 未壓縮的 32 位浮點數 PCM 音訊。 |
「MP3」 | MPEG 音訊層 3 (MP3) 。 |
「MPEG」 | MPEG-1 音訊承載。 |
「OPUS」 | Opus |
「PCM」 | 未壓縮的 16 位 PCM 音訊。 |
「WMA8」 | Windows Media Audio 8 編解碼器、Windows Media Audio 9 編解碼器或 Windows Media Audio 9.1 編解碼器。 |
「WMA9」 | Windows Media Audio 9 Professional 編解碼器或 Windows Media Audio 9.1 Professional 編解碼器。 |
「Vorbis」 | Vorbis 編解碼器 |
警告
MediaEncodingSubtypes屬性所傳回的字串值不能使用與 AudioEncodingProperties.Subtype、VideoEncodingProperties.Subtype、ContainerEncodingProperties.Subtype和ImageEncodingProperties.Subtype相同的字母大小寫。 因此,如果您比較值,您應該使用不區分大小寫的比較,或使用符合編碼屬性所傳回大小寫的硬式編碼字串。