TimedTextCue.StartTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = timedTextCue.startTime;
timedTextCue.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.