MediaError
On this page
Module: JavaScript DOM API
#include <MediaError.idl>
Public Attributes
Name | |
---|---|
const unsigned short | MEDIA_ERR_ABORTED |
const unsigned short | MEDIA_ERR_NETWORK |
const unsigned short | MEDIA_ERR_DECODE |
const unsigned short | MEDIA_ERR_SRC_NOT_SUPPORTED |
readonly attribute unsigned short | code |
readonly attribute DOMString | message |
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;