Articles tagged: EncryptedMediaExtensions
Found 35 documents
- Web/API/Encrypted_Media_Extensions_API The EncryptedMediaExtenstions API provides interfaces for controlling the playback of content ...
- Web/API/MediaKeyMessageEvent The MediaKeyMessageEvent interface of the EncryptedMediaExtensions API contains the content and ...
- Web/API/MediaKeyMessageEvent/message The MediaKeyMessageEvent.message read-only property returns an ArrayBuffer with a message from ...
- Web/API/MediaKeyMessageEvent/messageType The MediaKeyMessageEvent.messageType read-only property indicates the type of message. It may be ...
- Web/API/MediaKeys The MediaKeys interface of EncryptedMediaExtensions API the represents a set of keys that an ...
- Web/API/MediaKeys/createSession The MediaKeys.createSession() method returns a new MediaKeySession object, which represents a ...
- Web/API/MediaKeys/setServerCertificate The MediaKeys.setServerCertificate() method a Promise to a server certificate to be used to ...
- Web/API/MediaKeySession The MediaKeySession interface of the EncryptedMediaExtensions API represents a context for ...
- Web/API/MediaKeySession/close The MediaKeySession.close() method notifies that the current media session is no longer needed, ...
- Web/API/MediaKeySession/closed The MediaKeySession.closed read-only property returns a Promise signaling when a MediaKeySession ...
- Web/API/MediaKeySession/expiration The MediaKeySession.expiration read-only property returns the time after which the keys in the ...
- Web/API/MediaKeySession/generateRequest The MediaKeySession.generateRequest() method returns a Promise after generating a media request ...
- Web/API/MediaKeySession/keyStatuses The MediaKeySession.keyStatuses read-only property returns a reference to a read-only ...
- Web/API/MediaKeySession/load The MediaKeySession.load() method returns a Promise that resolves to a boolean value after ...
- Web/API/MediaKeySession/remove The MediaKeySession.remove() method returns a Promise after removing any session data associated ...
- Web/API/MediaKeySession/sessionId The MediaKeySession.sessionId read-only property contains a unique string generated by the ...
- Web/API/MediaKeySession/update The MediaKeySession.update() method loads messages and licenses to the CDM, and then returns a ...
- Web/API/MediaKeyStatusMap The MediaKeyStatusMap interface of the EncryptedMediaExtensions API is a read-only map of media ...
- Web/API/MediaKeyStatusMap/entries The entries() read-only property of the MediaKeyStatusMap interface returns a new Iterator ...
- Web/API/MediaKeyStatusMap/forEach The forEach property of the MediaKeyStatusMap interface calls callback once for each key-value ...
- Web/API/MediaKeyStatusMap/get The get property of the MediaKeyStatusMap interface returns the value associated with the given ...
- Web/API/MediaKeyStatusMap/has The has property of the MediaKeyStatusMap interface returns a Boolean asserting whether a value ...
- Web/API/MediaKeyStatusMap/keys The keys property of the MediaKeyStatusMap interface returns a new Iterator object containing ...
- Web/API/MediaKeyStatusMap/size The size read-only property of the MediaKeyStatusMap interface returns the number of key/value ...
- Web/API/MediaKeyStatusMap/values The values property of the MediaKeyStatusMap interface returns a new Iterator object containing ...
- Web/API/MediaKeySystemAccess The MediaKeySystemAccess interface of the EncryptedMediaExtensions API provides access to a Key ...
- Web/API/MediaKeySystemAccess/createMediaKeys The MediaKeySystemAccess.createMediaKeys() method returns a Promise that resolves to a new ...
- Web/API/MediaKeySystemAccess/getConfiguration The MediaKeySystemAccess.getConfiguration() method returns a MediaKeySystemConfiguration object ...
- Web/API/MediaKeySystemAccess/keySystem The MediaKeySystemAccess.keySystem read-only property returns a DOMString identifying the key ...
- Web/API/MediaKeySystemConfiguration The MediaKeySystemConfiguration interface EncryptedMediaExtensions API provides configuration ...
- Web/API/MediaKeySystemConfiguration/audioCapabilities The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of ...
- Web/API/MediaKeySystemConfiguration/distinctiveIdentifier The MediaKeySystemConfiguration.distinctiveIdentifier read-only property indicates whether a ...
- Web/API/MediaKeySystemConfiguration/initDataTypes The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported ...
- Web/API/MediaKeySystemConfiguration/persistentState The MediaKeySystemConfiguration.persistentState read-only property indicates whether the ability ...
- Web/API/MediaKeySystemConfiguration/videoCapabilities The MediaKeySystemConfiguration.videoCapabilities read-only property returns an array of ...