The text track cue text in raw, unparsed form.
Property of apis/audio-video/TextTrackCueapis/audio-video/TextTrackCue
Syntaxvar result = TextTrackCue.text;
TextTrackCue.text = value;
Return Value
Returns an object of type StringString
Examples
var myTrack = document.getElementById("entrack").track;
var myCues = myTrack.cues;
for (var i = 0; i < myCues.length; i++) {
alert("Cue " + i + " text: " + myCues[i].text);
}
Related specifications
Microsoft Developer Network: Windows Internet Explorer API reference Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4