1.

In HTML Audio/Video DOM __________ returns a TextTrackList object representing the available text tracks.(a) readyState(b) startDate(c) videoTracks(d) textTracksI got this question in an online quiz.Question is from HTML5 Audio topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right answer is (d) textTracks

The best explanation: The current ready state of video/audio is set by readyState. STARTDATE sets current date REPRESENTING current TIME offsets. VideoTrack returns video track list representing available video TRACKS. 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.



Discussion

No Comment Found

Related InterviewSolutions