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.

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.

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.

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.

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.

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.

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.

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.

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

set-audio-capabilities!cljs

(set-audio-capabilities! this val)

Property.

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.

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

set-distinctive-identifier!cljs

(set-distinctive-identifier! this val)

Property.

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.

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

set-init-data-types!cljs

(set-init-data-types! this val)

Property.

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.

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

set-persistent-state!cljs

(set-persistent-state! this val)

Property.

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.

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

set-video-capabilities!cljs

(set-video-capabilities! this val)

Property.

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.

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

video-capabilitiescljs

(video-capabilities this)

Property.

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.

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