The text alignment of the cue.
The content of the cue in raw unparsed form.
The playback position at which the cue becomes inactive, in seconds.
The identifier of the cue.
The line offset of the cue.
The line alignment of the cue.
The position of the cue.
The position alignment of the cue.
The region of the cue.
The size of the cue's box.
- This property is to be interpreted as a percentage of the video, relative to the cue direction stated by WebVTTCue.vertical.
Whether snap-to-lines is enabled for the cue.
- This property indicates whether WebVTTCue.line is an integer number of lines or a percentage of the dimension of the video.
The playback position at which the cue becomes active, in seconds.
The text of the cue in raw unparsed form.
The text track of the cue.
Readonly
uidA unique identifier of the text track cue.
- This identifier is unique across text track cues of a THEOplayer instance and can be used to distinguish between cues.
- This identifier is a randomly generated number.
The writing direction of the cue.
Add the given listener for the given event type(s).
The type of the event.
The callback which is executed when the event occurs.
Remove the given listener for the given event type(s).
The type of the event.
The callback which will be removed.
Generated using TypeDoc
Represents a cue of a WebVTT text track.