Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

In HTML Audio/Video DOM, __________ returns a TimeRanges object representing the buffered parts of the audio/video.

a) preload
b) networkState
c) buffered
d) controller

Answer: c
Explanation: 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.

Join The Discussion