UNPKG

hjplayer

Version:

hjplayer, a HTML5 Player, can play flv and hls by Media Source Extension, based on typescript;

5 lines (4 loc) 250 B
export declare type CodecType = 'audio' | 'video'; declare function isCodecType(codec: string, type: CodecType): boolean; declare function isCodecSupportedInMp4(codec: string, type: CodecType): boolean; export { isCodecType, isCodecSupportedInMp4 };