This topic has not yet been rated - Rate this topic

code property

Returns the current HTMLMediaError 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 IHTMLMediaElement::src was not usable.

Standards information

Remarks

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.