Dart API Reference
dart:html
MediaError
MediaError
class
Annotated by:
DocsEditable()
DomName('MediaError')
Unstable()
Constants
MEDIA_ERR_ABORTED
=
1
MEDIA_ERR_DECODE
=
3
MEDIA_ERR_ENCRYPTED
=
5
MEDIA_ERR_NETWORK
=
2
MEDIA_ERR_SRC_NOT_SUPPORTED
=
4
Instance Properties
code
int
read-only