interface MediaEncryptedEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    initData?: ArrayBuffer | null;
    initDataType?: string;
}
Hierarchy
Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
initData?: ArrayBuffer | null
initDataType?: string