Liking cljdoc? Tell your friends :D

web.media.MediaKeySystemConfiguration

The MediaKeySystemConfiguration interface Encrypted Media Extensions provides configuration information about the media key system.

The MediaKeySystemConfiguration interface Encrypted Media Extensions
provides configuration information about the media key system.
raw docstring

audio-capabilitiescljs

(audio-capabilities this)

Property.

[Read Only] [Experimental]

The MediaKeySystemConfiguration.audioCapabilities read-only property an array of supported audio type and capability pairs.

var audioCapabilities[ {contentType: 'contentType', robustness:'robustness'}] = mediaSystemConfiguration.audioCapabilities;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemConfiguration/audioCapabilities

Property.

[Read Only]
[Experimental]

The MediaKeySystemConfiguration.audioCapabilities read-only property
an array of supported audio type and capability pairs.

`var audioCapabilities[ {contentType: 'contentType', robustness:'robustness'}] = mediaSystemConfiguration.audioCapabilities;`

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

distinctive-identifiercljs

(distinctive-identifier this)

Property.

[Read Only] [Experimental]

The MediaKeySystemConfiguration.distinctiveIdentifier read-only indicates whether a persistent distinctive identifier is required.

var distinctiveIdentifier = mediaSystemConfiguration.distinctiveIdentifier;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemConfiguration/distinctiveIdentifier

Property.

[Read Only]
[Experimental]

The MediaKeySystemConfiguration.distinctiveIdentifier read-only
indicates whether a persistent distinctive identifier is required.

`var distinctiveIdentifier = mediaSystemConfiguration.distinctiveIdentifier;`

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

init-data-typescljs

(init-data-types this)

Property.

[Read Only] [Experimental]

The MediaKeySystemConfiguration.initDataTypes read-only property a list of supported initialization data type names. An initialization type is a string indicating the format of the initialization

var dataTypes[] = mediaSystemConfiguration.initDataTypes;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemConfiguration/initDataTypes

Property.

[Read Only]
[Experimental]

The MediaKeySystemConfiguration.initDataTypes read-only property
a list of supported initialization data type names. An initialization
type is a string indicating the format of the initialization

`var dataTypes[] = mediaSystemConfiguration.initDataTypes;`

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

persistent-statecljs

(persistent-state this)

Property.

[Read Only] [Experimental]

The MediaKeySystemConfiguration.persistentState read-only property whether the ability to persist state is required.

var persistentState = mediaSystemConfiguration.persistentSTate;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemConfiguration/persistentState

Property.

[Read Only]
[Experimental]

The MediaKeySystemConfiguration.persistentState read-only property
whether the ability to persist state is required.

`var persistentState = mediaSystemConfiguration.persistentSTate;`

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

video-capabilitiescljs

(video-capabilities this)

Property.

[Read Only] [Experimental]

The MediaKeySystemConfiguration.videoCapabilities read-only property an array of supported video type and capability pairs.

var videoCapabilities[{contentType: 'contentType', robustness:'robustness'}] = mediaSystemConfiguration.videoCapabilities;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySystemConfiguration/videoCapabilities

Property.

[Read Only]
[Experimental]

The MediaKeySystemConfiguration.videoCapabilities read-only property
an array of supported video type and capability pairs.

`var videoCapabilities[{contentType: 'contentType', robustness:'robustness'}] = mediaSystemConfiguration.videoCapabilities;`

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

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

× close