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

Hierarchy

Properties

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

Generated using TypeDoc