MediaError

Module: JavaScript DOM API

#include <MediaError.idl>

Public Attributes

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

Public Attributes Documentation

variable MEDIA_ERR_ABORTED

const unsigned short MEDIA_ERR_ABORTED = 1;

variable MEDIA_ERR_NETWORK

const unsigned short MEDIA_ERR_NETWORK = 2;

variable MEDIA_ERR_DECODE

const unsigned short MEDIA_ERR_DECODE = 3;

variable MEDIA_ERR_SRC_NOT_SUPPORTED

const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4;

variable code

readonly attribute unsigned short code;

variable message

readonly attribute DOMString message;