UNPKG

hjplayer

Version:

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

9 lines (8 loc) 198 B
/** * 解析Uint8Array, 生成相应字符串 * @param uint8array * @param start * @param checkLength */ declare function decodeUTF8(uint8array: Uint8Array): string; export default decodeUTF8;