MediaEncryptedEvent - Web APIs | MDN
Constructor
MediaEncryptedEvent()-
Creates a new instance of a
MediaEncryptedEventobject.
Instance properties
This interface also inherits properties from its parent, Event.
MediaEncryptedEvent.initDataTypeRead only-
Returns a case-sensitive string with the type of the format of the initialization data found.
MediaEncryptedEvent.initDataRead only-
Returns an
ArrayBuffercontaining the initialization data found. If there is no initialization data associated with the format, it returnsnull.
Instance methods
This interface doesn't provide any specific methods, but inherits methods from its parent, Event.
Specifications
| Specification |
|---|
| Encrypted Media Extensions # mediaencryptedevent |