UNPKG

hjplayer

Version:

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

8 lines (7 loc) 148 B
/** * AAC helper */ declare class AAC { static getSilentFrame(codec: string, channelCount: number): Uint8Array | null; } export default AAC;