The MediaKeySystemAccess interface of the EncryptedMediaExtensions provides access to a Key System for decryption and/or a content provider. You can request an instance of this object using the method.
The MediaKeySystemAccess interface of the EncryptedMediaExtensions provides access to a Key System for decryption and/or a content provider. You can request an instance of this object using the method.
(create-media-keys this)
Method.
The MediaKeySystemAccess.createMediaKeys() method returns a web.Promise
resolves to a new media.MediaKeys
object.
var mediaKeys = mediaKeySystemAccess.createMediaKeys();
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/createMediaKeys
Method. The MediaKeySystemAccess.createMediaKeys() method returns a `web.Promise` resolves to a new `media.MediaKeys` object. `var mediaKeys = mediaKeySystemAccess.createMediaKeys();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/createMediaKeys`
(get-configuration this)
Method.
The MediaKeySystemAccess.getConfiguration() method returns a object with the supported combination of configuration options.
var mediaKeySystemConfiguration = mediaKeySystemAccess.getConfiguration();
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/getConfiguration
Method. The MediaKeySystemAccess.getConfiguration() method returns a object with the supported combination of configuration options. `var mediaKeySystemConfiguration = mediaKeySystemAccess.getConfiguration();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/getConfiguration`
(key-system this)
Property.
The MediaKeySystemAccess.keySystem read-only property returns
dom.DOMString
identifying the key system being used.
var keySystem = mediaKeySystemAccess.keySystem;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/keySystem
Property. The MediaKeySystemAccess.keySystem read-only property returns `dom.DOMString` identifying the key system being used. `var keySystem = mediaKeySystemAccess.keySystem;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/keySystem`
(set-key-system! this val)
Property.
The MediaKeySystemAccess.keySystem read-only property returns
dom.DOMString
identifying the key system being used.
var keySystem = mediaKeySystemAccess.keySystem;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/keySystem
Property. The MediaKeySystemAccess.keySystem read-only property returns `dom.DOMString` identifying the key system being used. `var keySystem = mediaKeySystemAccess.keySystem;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/keySystem`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close