Interface MediaEncryptedEventInit
interface MediaEncryptedEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
initData?: ArrayBuffer;
initDataType?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
initData?: ArrayBuffer;
initDataType?: string;
}