Results 21 - 35 of 35

generateRequest()

The MediaKeySession.generateRequest() method returns a Promise after generating a media request based on initialization data.
API EncryptedMediaExtensions Experimental generateRequest MediaKeySession Method NeedsExample Reference

keyStatuses

The MediaKeySession.keyStatuses read-only property returns a reference to a read-only MediaKeyStatusMap of the current session's keys and their statuses.
API EncryptedMediaExtensions Experimental keyStatuses MediaKeySession NeedsExample Property Reference

load()

The MediaKeySession.load() method returns a Promise that resolves to a boolean value after loading data for a specified session object.
API EncryptedMediaExtensions Experimental load MediaKeySession Method NeedsExample Reference

remove()

The MediaKeySession.remove() method returns a Promise after removing any session data associated with the current object.
API EncryptedMediaExtensions Experimental MediaKeySession Method NeedsExample Reference remove

sessionId

The MediaKeySession.sessionId read-only property contains a unique string generated by the CDM for the current media object and its associated keys or licenses.
API EncryptedMediaExtensions Experimental MediaKeySession NeedsExample Property Reference sessionId

keySystem

The MediaKeySystemAccess.keySystem read-only property returns a DOMString identifying the key system being used.
API EncryptedMediaExtensions Experimental keySystem MediaKeySystemAccess NeedsExample Property Reference

audioCapabilities

The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of supported audio type and capability pairs.
API Audio audio EncryptedMediaExtensions initDataTypes Media MediaKeySystemConfiguration NeedsExample Property Reference

distinctiveIdentifier

The MediaKeySystemConfiguration.distinctiveIdentifier read-only property indicates whether a persistent distinctive identifier is required.
API distinctiveIdentifier EncryptedMediaExtensions Media MediaKeySystemConfiguration NeedsExample Property Reference Video

persistentState

The MediaKeySystemConfiguration.persistentState read-only property indicates whether the ability to persist state is required.
API EncryptedMediaExtensions Media MediaKeySystemConfiguration NeedsExample persistentState Property Reference Video

videoCapabilities

The MediaKeySystemConfiguration.videoCapabilities read-only property returns an array of supported video type and capability pairs.
API EncryptedMediaExtensions initDataTypes Media MediaKeySystemConfiguration NeedsExample Property Reference Video

createMediaKeys()

The MediaKeySystemAccess.createMediaKeys() method returns a Promise that resolves to a new MediaKeys object.
API audio Audio createMediaKeys EncryptedMediaExtensions Media MediaKeySystemAccess Method NeedsExample Reference Video

getConfiguration()

The MediaKeySystemAccess.getConfiguration() method returns a MediaKeySystemConfiguration object with the supported combination of configuration options.
API Audio audio EncryptedMediaExtensions getConfiguration Media MediaKeySystemAccess Method NeedsExample Reference Video

initDataTypes

The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported initialization data type names. An initialization data type is a string indicating the format of the initialization data.
API Audio audio EncryptedMediaExtensions initDataTypes Media MediaKeySystemConfiguration NeedsExample Property Reference Video