UNPKG

hjplayer

Version:

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

5 lines (4 loc) 127 B
declare class AAC { static getSilentFrame(codec?: string, channelCount?: number): Uint8Array | null; } export default AAC;