
jsMain.web.media.source.EndOfStreamError.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.media.source
// language=JavaScript
@JsName("""(/*union*/{decode: 'decode', network: 'network'}/*union*/)""")
external enum class EndOfStreamError {
decode,
network,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy