nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
MediaError Interface Reference

import <html.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
 

Detailed Description

Definition at line 485 of file html.idl.

Member Data Documentation

◆ code

readonly attribute unsigned short MediaError::code

Definition at line 490 of file html.idl.

◆ MEDIA_ERR_ABORTED

const unsigned short MediaError::MEDIA_ERR_ABORTED = 1

Definition at line 486 of file html.idl.

◆ MEDIA_ERR_DECODE

const unsigned short MediaError::MEDIA_ERR_DECODE = 3

Definition at line 488 of file html.idl.

◆ MEDIA_ERR_NETWORK

const unsigned short MediaError::MEDIA_ERR_NETWORK = 2

Definition at line 487 of file html.idl.

◆ MEDIA_ERR_SRC_NOT_SUPPORTED

const unsigned short MediaError::MEDIA_ERR_SRC_NOT_SUPPORTED = 4

Definition at line 489 of file html.idl.


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