webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
MediaError Interface Reference

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
 

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

The documentation for this interface was generated from the following file: