code property

[This documentation is preliminary and is subject to change.]

Returns the current IHTMLMediaElement error object code or NULL if no error has occurred.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.1Internet Explorer 9

Syntax

HRESULT value = object.get_code(short* p);

Property values

Type: short

MEDIA_ERR_ABORTED (1)

The fetching process for the media resource was aborted by the user.

MEDIA_ERR_NETWORK (2)

A network error has caused the user agent to stop fetching the media resource, after the resource was established to be usable.

MEDIA_ERR_DECODE (3)

An error has occurred in the decoding of the media resource, after the resource was established to be usable.

MEDIA_ERR_SRC_NOT_SUPPORTED (4)

The media resource specified by src was not usable.

Standards information

Remarks

If no error has occured, the MediaError object is NULL.

 

 

Build date: 1/26/2012