Vidyalelo
HTML · Q39

HTML5

Programming · HTML · question 39

Q39

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

A.
readyState
B.
startDate
C.
videoTracks
D.
textTracks
Answer

Answer: 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.