TextTrackCueList
Summary
A TextTrackCueList object represents a dynamically updating list of text track cues in a given order.
Properties
- length
- The length attribute returns the number of cues in the list represented by the TextTrackCueList.
Methods
- getCueById
- Returns the first text track cue object (in text track cue order) with text track cue identifier matching id. Returns null if no cue has the given identifier or if the “id” argument is the empty string.
Events
No events.
Related specifications
- W3C HTML5 Specification
- W3C Editor’s Draft
Attributions
Microsoft Developer Network: Windows Internet Explorer API reference Article