UNPKG

detect-audio-video

Version:

Detect audio and video features in browser

3 lines (2 loc) 152 B
import { IsDrmSupportedParams } from './isDrmSupported'; export declare function isPrimetimeSupported(params?: IsDrmSupportedParams): Promise<boolean>;