1.

In HTML Audio/Video DOM __________ returns a MediaError object representing the error state of the audio/video.(a) ended(b) seeking(c) error(d) mediaGroupI have been asked this question in final exam.Enquiry is from HTML5 Audio topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Right option is (c) error

Easy explanation: Seeking returns whether user is currently seeking video/audio. Ended attribute fires up when current PLAYING PLAYLIST is FINISHED. The error PROPERTY returns a MediaError object. The MediaError object has a CODE property containing the error state of the audio/video. The group to which audio/video belongs is returned by mediaGroup.



Discussion

No Comment Found

Related InterviewSolutions