Dart SDK
dart:html
MediaError
class
MediaError
Constants
Properties
Constants
MEDIA_ERR_ABORTED
MEDIA_ERR_DECODE
MEDIA_ERR_ENCRYPTED
MEDIA_ERR_NETWORK
MEDIA_ERR_SRC_NOT_SUPPORTED
Properties
code
(Not documented.)
Annotations
DocsEditable()
DomName('MediaError')
Unstable()
Constants
int
MEDIA_ERR_ABORTED
=
1
const
int
MEDIA_ERR_DECODE
=
3
const
int
MEDIA_ERR_ENCRYPTED
=
5
const
int
MEDIA_ERR_NETWORK
=
2
const
int
MEDIA_ERR_SRC_NOT_SUPPORTED
=
4
const
Properties
int
code
read-only