AudioTrack 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示音訊播放軌。
public ref class AudioTrack sealed : IMediaTrack
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AudioTrack final : IMediaTrack
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AudioTrack : IMediaTrack
Public NotInheritable Class AudioTrack
Implements IMediaTrack
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
呼叫 MediaPlaybackAudioTrackList.GetAt來取得此類別的實例。
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1607 | 14393 | GetEncodingProperties |
1607 | 14393 | 名稱 |
1607 | 14393 | OpenFailed |
1607 | 14393 | PlaybackItem |
1607 | 14393 | SupportInfo |
屬性
Id |
取得音訊播放軌的識別碼。 |
Label |
取得或設定音訊播放軌的標籤。 |
Language |
取得字串,指出音訊播放軌的語言。 |
Name |
取得 AudioTrack的名稱。 |
PlaybackItem | |
SupportInfo |
取得 AudioTrack的支援資訊。 這項資訊包括音訊解碼器的狀態、解碼器所套用之任何音訊降低的相關資訊,以及與音訊播放軌相關聯的 MediaSource 狀態。 |
TrackKind |
取得值,指出追蹤包含的資料型別。 針對 AudioTrack 物件,此值一律為 MediaTrackKind.Audio。 |
方法
GetEncodingProperties() |
取得 AudioTrack 的音訊編碼屬性。 |
事件
OpenFailed |
當 AudioTrack 無法開啟時發生。 |