detect-audio-video
Version:
Detect audio and video features in browser
6 lines (5 loc) • 439 B
TypeScript
import { IsDrmSupportedParams } from './isDrmSupported';
export declare function isFairPlaySupported(params?: IsDrmSupportedParams): Promise<boolean>;
export declare function isFairPlayV1Supported(params?: IsDrmSupportedParams): Promise<boolean>;
export declare function isFairPlayV2Supported(params?: IsDrmSupportedParams): Promise<boolean>;
export declare function isFairPlayV3Supported(params?: IsDrmSupportedParams): Promise<boolean>;