MediaEncryptedEventInit
interface MediaEncryptedEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
initData?: null | ArrayBuffer;
initDataType?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
initData?: null | ArrayBuffer;
initDataType?: string;
}
Hierarchy (View Summary)
- EventInit
- MediaEncryptedEventInit