1.

In HTML Audio/Video DOM, __________ returns a TimeRanges object representing the buffered parts of the audio/video.(a) preload(b) networkState(c) buffered(d) controllerThe question was posed to me in a national level competition.This intriguing question comes from HTML5 Video in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

The correct choice is (c) buffered

To explain: Preload is used to SET or RETURN whether the video/ audio has been loaded on page. Current NETWORK of audio/video has been set or returned by networkState. A buffered range is a time-range of buffered audio/video. The user gets several buffered RANGES if he/she skips in the audio/video. Media controller of current video/audio is GIVEN or returned by controller.



Discussion

No Comment Found

Related InterviewSolutions