SpeechCue.StartTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得提示的開始時間。
public:
property TimeSpan StartTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan StartTime();
void StartTime(TimeSpan value);
public System.TimeSpan StartTime { get; set; }
var timeSpan = speechCue.startTime;
speechCue.startTime = timeSpan;
Public Property StartTime As TimeSpan
屬性值
提示的開始時間。
實作
備註
到達提示的開始時間時,就會引發 TimedMetadataTrack.CueEntered 事件。