1.26.2.1
Gameface
MediaError Interface Reference

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
 
readonly attribute DOMString message
 

Member Data Documentation

◆ code

readonly attribute unsigned short MediaError::code

◆ MEDIA_ERR_ABORTED

const unsigned short MediaError::MEDIA_ERR_ABORTED = 1

◆ MEDIA_ERR_DECODE

const unsigned short MediaError::MEDIA_ERR_DECODE = 3

◆ MEDIA_ERR_NETWORK

const unsigned short MediaError::MEDIA_ERR_NETWORK = 2

◆ MEDIA_ERR_SRC_NOT_SUPPORTED

const unsigned short MediaError::MEDIA_ERR_SRC_NOT_SUPPORTED = 4

◆ message

readonly attribute DOMString MediaError::message