Home » HTML » HTML Media » Question
  1. In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback.
    1. duration
    2. playbackRate
    3. currentTime
    4. defaultPlaybackRate
    5. None of these
Correct Option: D

CurrentTime set or returns current playback position while playing audio/video. The length of the current audio/video is set or returned by duration. Default speed of playback is given by defaultPlaybackRate while playback returns speed of the audio/video.



Your comments will be displayed only after manual approval.