Variable MediaEncryptedEvent

    MediaEncryptedEvent: {
        prototype: MediaEncryptedEvent;
        new (
            type: string,
            eventInitDict?: MediaEncryptedEventInit,
        ): MediaEncryptedEvent;
    }

    Type declaration