MediaError

Module:
html
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

code
MEDIA_ERR_ABORTED
MEDIA_ERR_DECODE
MEDIA_ERR_NETWORK
MEDIA_ERR_SRC_NOT_SUPPORTED

code


readonly attribute unsigned short code; 


MEDIA_ERR_ABORTED


const unsigned short MEDIA_ERR_ABORTED = 1; 


MEDIA_ERR_DECODE


const unsigned short MEDIA_ERR_DECODE = 3; 


MEDIA_ERR_NETWORK


const unsigned short MEDIA_ERR_NETWORK = 2; 


MEDIA_ERR_SRC_NOT_SUPPORTED


const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4; 

 

Last Updated: 2009-05-29