ChapterCue 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表可以包含在 TimedMetadataTrack中的章節提示。
public ref class ChapterCue sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ChapterCue final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ChapterCue
function ChapterCue()
Public NotInheritable Class ChapterCue
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|
備註
ChapterCue可以使用AddCue方法新增至TimedMetadataTrack。 到達提示的開始時間時, 會引發 CueEntered 事件,而且您可以使用傳遞至處理常式的 MediaCueEventArgs 來取得 ChapterCue的複本。
建構函式
ChapterCue() |
初始化 ChapterCue 類別的新實例。 |
屬性
Duration |
取得或設定值,指定與提示相關聯的章節持續時間。 |
Id |
取得計時中繼資料追蹤的識別碼。 |
StartTime |
取得提示的開始時間。 |
Title |
取得與提示相關聯的章節標題。 |