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