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
Optional
eventInitDict: MediaEncryptedEventInit
Returns MediaEncryptedEvent
prototype: MediaEncryptedEvent