UNPKG

detect-audio-video

Version:

Detect audio and video features in browser

5 lines (4 loc) 343 B
import { IsDrmSupportedParams } from './isDrmSupported'; export declare function isWidevineSupported(params?: IsDrmSupportedParams): Promise<boolean>; export declare function isWidevineL1Supported(params?: IsDrmSupportedParams): Promise<boolean>; export declare function isWidevineL3Supported(params?: IsDrmSupportedParams): Promise<boolean>;