MediaError: {
    MEDIA_ERR_ABORTED: number;
    MEDIA_ERR_DECODE: number;
    MEDIA_ERR_NETWORK: number;
    MEDIA_ERR_SRC_NOT_SUPPORTED: number;
    prototype: MediaError;
    new (): MediaError;
}

Type declaration

  • Readonly MEDIA_ERR_ABORTED: number
  • Readonly MEDIA_ERR_DECODE: number
  • Readonly MEDIA_ERR_NETWORK: number
  • Readonly MEDIA_ERR_SRC_NOT_SUPPORTED: number
  • prototype: MediaError

Generated using TypeDoc