All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.html.MediaError.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.html

sealed external class MediaError {
    val code: Short
    val message: String
    val MEDIA_ERR_ABORTED: Short
    val MEDIA_ERR_NETWORK: Short
    val MEDIA_ERR_DECODE: Short
    val MEDIA_ERR_SRC_NOT_SUPPORTED: Short

    companion object {
        val MEDIA_ERR_ABORTED: Short
        val MEDIA_ERR_NETWORK: Short
        val MEDIA_ERR_DECODE: Short
        val MEDIA_ERR_SRC_NOT_SUPPORTED: Short
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy