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

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

// Automatically generated - do not modify!

package media.key

import js.buffer.ArrayBuffer
import web.events.Event
import web.events.EventInit

external interface MediaKeyMessageEventInit : EventInit {
    var message: ArrayBuffer
    var messageType: MediaKeyMessageType
}

open external class MediaKeyMessageEvent(
    type: String,
    init: MediaKeyMessageEventInit,
) : Event {
    val message: ArrayBuffer
    val messageType: MediaKeyMessageType

    companion object
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy