webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"MediaError.idl";
Public Attributes | |
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 |
const unsigned short MediaError::MEDIA_ERR_ABORTED = 1 |
const unsigned short MediaError::MEDIA_ERR_DECODE = 3 |
const unsigned short MediaError::MEDIA_ERR_NETWORK = 2 |
const unsigned short MediaError::MEDIA_ERR_SRC_NOT_SUPPORTED = 4 |