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

import"WebKitMediaKeyError.idl";

Public Attributes

const unsigned short MEDIA_KEYERR_UNKNOWN = 1
 
const unsigned short MEDIA_KEYERR_CLIENT = 2
 
const unsigned short MEDIA_KEYERR_SERVICE = 3
 
const unsigned short MEDIA_KEYERR_OUTPUT = 4
 
const unsigned short MEDIA_KEYERR_HARDWARECHANGE = 5
 
const unsigned short MEDIA_KEYERR_DOMAIN = 6
 
readonly attribute unsigned short code
 
readonly attribute unsigned long systemCode
 

Member Data Documentation

◆ code

readonly attribute unsigned short WebKitMediaKeyError::code

◆ MEDIA_KEYERR_CLIENT

const unsigned short WebKitMediaKeyError::MEDIA_KEYERR_CLIENT = 2

◆ MEDIA_KEYERR_DOMAIN

const unsigned short WebKitMediaKeyError::MEDIA_KEYERR_DOMAIN = 6

◆ MEDIA_KEYERR_HARDWARECHANGE

const unsigned short WebKitMediaKeyError::MEDIA_KEYERR_HARDWARECHANGE = 5

◆ MEDIA_KEYERR_OUTPUT

const unsigned short WebKitMediaKeyError::MEDIA_KEYERR_OUTPUT = 4

◆ MEDIA_KEYERR_SERVICE

const unsigned short WebKitMediaKeyError::MEDIA_KEYERR_SERVICE = 3

◆ MEDIA_KEYERR_UNKNOWN

const unsigned short WebKitMediaKeyError::MEDIA_KEYERR_UNKNOWN = 1

◆ systemCode

readonly attribute unsigned long WebKitMediaKeyError::systemCode

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