Skip to content
SiteEmail

MediaError

Module: JavaScript DOM API

#include <MediaError.idl>

Name
const unsigned shortMEDIA_ERR_ABORTED
const unsigned shortMEDIA_ERR_NETWORK
const unsigned shortMEDIA_ERR_DECODE
const unsigned shortMEDIA_ERR_SRC_NOT_SUPPORTED
readonly attribute unsigned shortcode
readonly attribute DOMStringmessage
const unsigned short MEDIA_ERR_ABORTED = 1;
const unsigned short MEDIA_ERR_NETWORK = 2;
const unsigned short MEDIA_ERR_DECODE = 3;
const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
readonly attribute unsigned short code;
readonly attribute DOMString message;