MediaEncryptedEvent object
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Provides event properties that are specific to the key encrypted event.
DOM Information
Inheritance Hierarchy
Members
The MediaEncryptedEvent object has these types of members:
Events
The MediaEncryptedEvent object has these events.
| Event | Description |
|---|---|
| encrypted |
Fired when the browser encounters Initialization Data in the media data. |
| waitingforkey |
Fired when the CDM has generated a message for the session. |
Properties
The MediaEncryptedEvent object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Gets the initialization data used by the key system. | |
|
Read-only |
The Initialization Data Type of the Initialization Data contained in the initData attribute. |
See also