addCue method
The addCue()
method of the TextTrack interface adds a new cue to
the list of cues.
Implementation
external void addCue(TextTrackCue cue);
The addCue()
method of the TextTrack interface adds a new cue to
the list of cues.
external void addCue(TextTrackCue cue);