共用方式為


ChapterCue.StartTime 屬性

定義

取得提示的開始時間。

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

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

屬性值

提示的開始時間。

實作

備註

到達提示的開始時間時,會引發 TimedMetadataTrack.CueEntered 事件。

適用於