MediaKeySession

abstract external class MediaKeySession : EventTarget

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun addEventListener(    type: String,     callback: (Event) -> Unit?,     options: dynamic = definedExternally)
fun addEventListener(    type: String,     callback: EventListener?,     options: dynamic = definedExternally)
Link copied to clipboard
Link copied to clipboard
fun dispatchEvent(event: Event): Boolean
Link copied to clipboard
fun generateRequest(initDataType: String, initData: dynamic): Promise<Unit>
Link copied to clipboard
fun load(sessionId: String): Promise<Boolean>
Link copied to clipboard
Link copied to clipboard
fun removeEventListener(    type: String,     callback: (Event) -> Unit?,     options: dynamic = definedExternally)
fun removeEventListener(    type: String,     callback: EventListener?,     options: dynamic = definedExternally)
Link copied to clipboard
fun update(response: dynamic): Promise<Unit>

Properties

Link copied to clipboard
open val closed: Promise<Unit>
Link copied to clipboard
open val expiration: Double
Link copied to clipboard
Link copied to clipboard
open var onkeystatuseschange: (Event) -> dynamic?
Link copied to clipboard
open var onmessage: (MessageEvent) -> dynamic?
Link copied to clipboard
open val sessionId: String