MediaError

JS
1.1
abstract class MediaError
(source)

Exposes the JavaScript MediaError to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript MediaError to Kotlin

MediaError()

Properties

JS
1.1

code

open val code: Short

Companion Object Properties

JS
1.1

MEDIA_ERR_ABORTED

val MEDIA_ERR_ABORTED: Short
JS
1.1

MEDIA_ERR_DECODE

val MEDIA_ERR_DECODE: Short
JS
1.1

MEDIA_ERR_NETWORK

val MEDIA_ERR_NETWORK: Short
JS
1.1

MEDIA_ERR_SRC_NOT_SUPPORTED

val MEDIA_ERR_SRC_NOT_SUPPORTED: Short