Skip to main content

MediaError-1

MediaError: {
(): MediaError;
MEDIA_ERR_ABORTED: 1;
MEDIA_ERR_DECODE: 3;
MEDIA_ERR_NETWORK: 2;
MEDIA_ERR_SRC_NOT_SUPPORTED: 4;
prototype: MediaError;
};

Type Declaration

Returns

MediaError

MEDIA_ERR_ABORTED

readonly MEDIA_ERR_ABORTED: 1;

MEDIA_ERR_DECODE

readonly MEDIA_ERR_DECODE: 3;

MEDIA_ERR_NETWORK

readonly MEDIA_ERR_NETWORK: 2;

MEDIA_ERR_SRC_NOT_SUPPORTED

readonly MEDIA_ERR_SRC_NOT_SUPPORTED: 4;

prototype

prototype: MediaError;