Q39
In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks.
A.
readyState
B.
startDate
C.
videoTracks
D.
textTracks
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
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.