SpeechCue.StartTime Property

Definition

Gets the start time of the cue.

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

Property Value

The start time of the cue.

Implements

Remarks

When a cue's start time is reached, the TimedMetadataTrack.CueEntered event is raised.

Applies to