In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks.

In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks. Correct Answer textTracks

The textTracks property returns a TextTrackList object. The TextTrackList object represents the available text tracks for the audio/video. Each available text track is represented by an TextTrack Object.

Related Questions

In HTML Audio/Video DOM, __________ sets or returns the CORS settings of the audio/video.
What does the NamedNodeMap object represent in the HTML DOM?
What is the purpose of the Attr object in the HTML DOM?