UNPKG

hjplayer

Version:

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

12 lines (11 loc) 228 B
declare const WEBWORKER_CMD: { INIT: string; START: string; STOP: string; SEEK: string; PAUSE: string; RESUME: string; DESTROY: string; LOG_CONFIG_CHANGE: string; }; export default WEBWORKER_CMD;