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

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

// Automatically generated - do not modify!

package web.media.key

import js.buffer.BufferSource

sealed external class MediaKeyStatusMap {
    val size: Int
    operator fun get(keyId: BufferSource): MediaKeyStatus?
    fun has(keyId: BufferSource): Boolean
    fun forEach(action: (item: MediaKeyStatus) -> Unit)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy