The MediaKeys interface of EncryptedMediaExtensions API represents
set of keys that an associated web.media.HTMLMediaElement
can
for decryption of media data during playback.
The MediaKeys interface of EncryptedMediaExtensions API represents set of keys that an associated `web.media.HTMLMediaElement` can for decryption of media data during playback.
(create-session this & args)
Method.
[Experimental]
The MediaKeys.createSession() method returns a new web.video.MediaKeySession
which represents a context for message exchange with a content
module (CDM).
var mediaKeySessionObject = MediaKeys.createSession([MediaKeySessionType]);
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeys/createSession
Method. [Experimental] The MediaKeys.createSession() method returns a new `web.video.MediaKeySession` which represents a context for message exchange with a content module (CDM). `var mediaKeySessionObject = MediaKeys.createSession([MediaKeySessionType]);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeys/createSession`
(set-server-certificate this & args)
Method.
[Experimental]
The MediaKeys.setServerCertificate() method a js.Promise
to
server certificate to be used to encrypt messages to the license
MediaKeys.setServerCertificate([MediaKeySessionType]).then(function() { ... });
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeys/setServerCertificate
Method. [Experimental] The MediaKeys.setServerCertificate() method a `js.Promise` to server certificate to be used to encrypt messages to the license `MediaKeys.setServerCertificate([MediaKeySessionType]).then(function() { ... });` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeys/setServerCertificate`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close