VTTCue

external class VTTCue(startTime: Double, endTime: Double, text: String) : TextTrackCue(source)

MDN Reference

Constructors

Link copied to clipboard
constructor(startTime: Double, endTime: Double, text: String)

Properties

Link copied to clipboard
Link copied to clipboard

Returns the text track cue end time, in seconds.

Link copied to clipboard
var id: String

Returns the text track cue identifier.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns true if the text track cue pause-on-exit flag is set, false otherwise.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the text track cue start time, in seconds.

Link copied to clipboard
Link copied to clipboard

Returns the TextTrack object to which this text track cue belongs, if any, or null otherwise.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard