-
In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback.
-
- duration
- playbackRate
- currentTime
- defaultPlaybackRate
- 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.