UNPKG

hjplayer

Version:

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

13 lines (11 loc) 241 B
const WEBWORKER_CMD = { INIT: 'INIT', START: 'START', STOP: 'STOP', SEEK: 'SEEK', PAUSE: 'PAUSE', RESUME: 'RESUME', DESTROY: 'DESTROY', LOG_CONFIG_CHANGE: 'LOG_CONFIG_CHANGE' }; export default WEBWORKER_CMD;