Mac OS X Reference Library Apple Developer
Search

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27