detect-audio-video
Version:
Detect audio and video features in browser
7 lines (6 loc) • 405 B
TypeScript
export declare let defaultVideoElement: HTMLVideoElement | undefined;
export declare let defaultAudioElement: HTMLAudioElement | undefined;
export declare function resetDefaultMediaElements(): void;
export declare function getDefaultAudioElement(): HTMLAudioElement;
export declare function getDefaultVideoElement(): HTMLVideoElement;
export declare function canPlayType(type: string): CanPlayTypeResult;