class MediaError
Media error class.
(js)
<init> |
Media error class. MediaError() |
(js)
code |
val code: Int |
(js)
message |
val message: String |
(js)
MEDIA_ERR_ABORTED |
val MEDIA_ERR_ABORTED: Int |
(js)
MEDIA_ERR_DECODE |
val MEDIA_ERR_DECODE: Int |
(js)
MEDIA_ERR_NETWORK |
val MEDIA_ERR_NETWORK: Int |
(js)
MEDIA_ERR_NONE_SUPPORTED |
val MEDIA_ERR_NONE_SUPPORTED: Int |