This interface also inherits properties from EventTarget
.
TextTrackCue.track
Read only-
The
TextTrack
that this cue belongs to, ornull
if it doesn't belong to any. TextTrackCue.id
-
A string that identifies the cue.
TextTrackCue.startTime
-
A
double
that represents the video time that the cue will start being displayed, in seconds. TextTrackCue.endTime
-
A
double
that represents the video time that the cue will stop being displayed, in seconds. TextTrackCue.pauseOnExit
-
A
boolean
for whether the video will pause when this cue stops being displayed.