Variable MediaEncryptedEvent
MediaEncryptedEvent: {
prototype: MediaEncryptedEvent;
new (
type: string,
eventInitDict?: MediaEncryptedEventInit,
): MediaEncryptedEvent;
}
prototype: MediaEncryptedEvent;
new (
type: string,
eventInitDict?: MediaEncryptedEventInit,
): MediaEncryptedEvent;
}
Type Declaration
- new (type: string, eventInitDict?: MediaEncryptedEventInit): MediaEncryptedEvent
Parameters
- type: string
OptionaleventInitDict: MediaEncryptedEventInit
Returns MediaEncryptedEvent
prototype: MediaEncryptedEvent