Home » HTML » HTML Media » Question
  1. In HTML Audio/Video DOM __________ returns a TextTrackList object representing the available text tracks.
    1. startDate
    2. videoTracks
    3. textTracks
    4. readyState
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.