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.
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close