VideoTrack 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表視訊播放軌。
public ref class VideoTrack 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 VideoTrack 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 VideoTrack : IMediaTrack
Public NotInheritable Class VideoTrack
Implements IMediaTrack
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
呼叫 MediaPlaybackVideoTrackList.GetAt以取得此類別的實例。
如需使用 VideoTrack 物件的操作說明指引,請參閱 媒體專案、播放清單和曲目。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1607 | 14393 | GetEncodingProperties |
1607 | 14393 | 名稱 |
1607 | 14393 | OpenFailed |
1607 | 14393 | PlaybackItem |
1607 | 14393 | SupportInfo |
屬性
Id |
取得視訊播放軌的識別碼。 |
Label |
取得或設定視訊播放軌的標籤。 |
Language |
取得字串,表示視訊播放軌的語言。 |
Name |
取得 VideoTrack的名稱。 |
PlaybackItem | |
SupportInfo |
取得 VideoTrack的支援資訊。 此資訊包括視訊解碼器的狀態,以及與視訊播放軌相關聯之 MediaSource 的狀態。 |
TrackKind |
取得值,指出追蹤包含的資料型別。 對於 VideoTrack 物件,此值一律為 MediaTrackKind.Video。 |
方法
GetEncodingProperties() |
取得 VideoTrack的編碼屬性。 |
事件
OpenFailed |
發生于 VideoTrack 無法開啟時。 |