code property
Returns the current HTMLMediaError code or NULL if no error has occurred.
![]() ![]() |
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
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.1
Remarks
If no error has occurred, the MediaError object is NULL.
Build date: 11/12/2012

