detect-audio-video
Version:
Detect audio and video features in browser
6 lines (5 loc) • 454 B
TypeScript
import { IsDrmSupportedParams } from './isDrmSupported';
export declare function isPlayReadySupported(params?: IsDrmSupportedParams): Promise<boolean>;
export declare function isPlayReadySL150Supported(params?: IsDrmSupportedParams): Promise<boolean>;
export declare function isPlayReadySL2000Supported(params?: IsDrmSupportedParams): Promise<boolean>;
export declare function isPlayReadySL3000Supported(params?: IsDrmSupportedParams): Promise<boolean>;