1.

In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback.(a) currentTime(b) duration(c) defaultPlaybackRate(d) playbackRateThe question was asked during an online interview.This key question is from HTML5 Video in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

The correct option is (c) defaultPlaybackRate

The best I can explain: 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.



Discussion

No Comment Found

Related InterviewSolutions