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

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

// Automatically generated - do not modify!

package media.key

import js.buffer.BufferSource
import kotlin.js.Promise

sealed external class MediaKeys {
    fun createSession(sessionType: MediaKeySessionType = definedExternally): MediaKeySession
    fun setServerCertificate(serverCertificate: BufferSource): Promise
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy