Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ChapterCue.StartTime Property
Definition
- Namespace:
- Windows.Media.Core
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 = chapterCue.startTime;
chapterCue.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
Feedback
Was this page helpful?
