kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.encryptedmedia
/
MediaKeys
Media
Keys
JS
abstract
external
class
MediaKeys
Constructors
Functions
Constructors
Media
Keys
Link copied to clipboard
JS
fun
MediaKeys
(
)
Functions
create
Session
Link copied to clipboard
JS
fun
createSession
(
sessionType
:
MediaKeySessionType
=
definedExternally
)
:
MediaKeySession
set
Server
Certificate
Link copied to clipboard
JS
fun
setServerCertificate
(
serverCertificate
:
dynamic
)
:
Promise
<
Boolean
>