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

main.media.key.MediaKeyStatusMap.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package media.key

import js.buffer.BufferSource

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy