UNPKG

detect-audio-video

Version:

Detect audio and video features in browser

6 lines (5 loc) 439 B
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>;