MediaError
Module: JavaScript DOM API
#include <MediaError.idl>
Public Attributes
Section titled “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
Section titled “Public Attributes Documentation”variable MEDIA_ERR_ABORTED
Section titled “variable MEDIA_ERR_ABORTED”const unsigned short MEDIA_ERR_ABORTED = 1;variable MEDIA_ERR_NETWORK
Section titled “variable MEDIA_ERR_NETWORK”const unsigned short MEDIA_ERR_NETWORK = 2;variable MEDIA_ERR_DECODE
Section titled “variable MEDIA_ERR_DECODE”const unsigned short MEDIA_ERR_DECODE = 3;variable MEDIA_ERR_SRC_NOT_SUPPORTED
Section titled “variable MEDIA_ERR_SRC_NOT_SUPPORTED”const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4;variable code
Section titled “variable code”readonly attribute unsigned short code;variable message
Section titled “variable message”readonly attribute DOMString message;© 2026 Coherent Labs. All rights reserved.