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

jsMain.web.media.key.MediaKeyStatus.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.media.key

// language=JavaScript
@JsName("""(/*union*/{expired: 'expired', internalError: 'internal-error', outputDownscaled: 'output-downscaled', outputRestricted: 'output-restricted', released: 'released', statusPending: 'status-pending', usable: 'usable', usableInFuture: 'usable-in-future'}/*union*/)""")
external enum class MediaKeyStatus {
    expired,
    internalError,
    outputDownscaled,
    outputRestricted,
    released,
    statusPending,
    usable,
    usableInFuture,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy