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

Hierarchy (view full)

Properties

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

Generated using TypeDoc