removeCue method
The removeCue()
method of the TextTrack interface removes a cue
from the list of cues.
Implementation
external void removeCue(TextTrackCue cue);
The removeCue()
method of the TextTrack interface removes a cue
from the list of cues.
external void removeCue(TextTrackCue cue);