共用方式為


TimedTextCue.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 = timedTextCue.duration;
timedTextCue.duration = timeSpan;
Public Property Duration As TimeSpan

屬性值

提示的持續時間。

實作

備註

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

適用於