Liking cljdoc? Tell your friends :D

web.video.MediaKeySystemAccess

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.
raw docstring

create-media-keyscljs

(create-media-keys this)

Method.

[Experimental]

The MediaKeySystemAccess.createMediaKeys() method returns a js.Promise resolves to a new web.video.MediaKeys object.

var mediaKeys = mediaKeySystemAccess.createMediaKeys();

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/createMediaKeys

Method.

[Experimental]

The MediaKeySystemAccess.createMediaKeys() method returns a `js.Promise`
resolves to a new `web.video.MediaKeys` object.

`var mediaKeys = mediaKeySystemAccess.createMediaKeys();`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/createMediaKeys`
sourceraw docstring

get-configurationcljs

(get-configuration this)

Method.

[Experimental]

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.

[Experimental]

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`
sourceraw docstring

key-systemcljs

(key-system this)

Property.

[Read Only] [Experimental]

The MediaKeySystemAccess.keySystem read-only property returns web.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.

[Read Only]
[Experimental]

The MediaKeySystemAccess.keySystem read-only property returns
`web.DOMString` identifying the key system being used.

`var keySystem = mediaKeySystemAccess.keySystem;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemAccess/keySystem`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close