getCueById method
Returns the TextTrackCue (in cue order) for a specified id.
![]() ![]() |
Syntax
var oCue = TextTrackCueList.getCueById(idString);Parameters
- idString [in]
-
Type: DOMString
id for a specific TextTrackCue.
Return value
Type: TextTrackCue
Cue text, such as a caption for a given id.
Standards information
Remarks
Note To create timed text files in both Web Video Text Track (WebVTT) and Timed Text Markup Language (TTML) formats, see HTML5 Video Caption Maker on the Windows Internet Explorer test drive site.
See also
Show:

