共用方式為


ChapterCue.Duration 屬性

定義

取得或設定值,指定與提示相關聯之章節的持續時間。

public:
 property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Duration();

void Duration(TimeSpan value);
public System.TimeSpan Duration { get; set; }
var timeSpan = chapterCue.duration;
chapterCue.duration = timeSpan;
Public Property Duration As TimeSpan

屬性值

值,指定章節的持續時間。

實作

備註

在提示持續時間結束時,會引發 TimedMetadataTrack.CueExited 事件。

適用於