Returns the TextTrack object to which this text track cue belongs, if any, or null otherwise.
Property of apis/audio-video/TextTrackCueapis/audio-video/TextTrackCue
SyntaxNote: This property is read-only.
var result = TextTrackCue.track;
Return Value
Returns an object of type DOM NodeDOM Node
Examples
var myTrack = document.getElementById("entrack").track;
var myCues = myTrack.cues;
var theTrack = myCues[0].track;
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