hjplayer
Version:
hjplayer, a HTML5 Player, can play flv and hls by Media Source Extension, based on typescript;
16 lines (15 loc) • 399 B
TypeScript
declare const Events: {
ERROR: string;
GET_SEI_INFO: string;
FRAG_PARSED: string;
INIT_PTS_FOUND: string;
FRAG_PARSING_INIT_SEGMENT: string;
FRAG_PARSING_METADATA: string;
FRAG_PARSING_USERDATA: string;
MEDIA_INFO: string;
MEDIA_DATA_ARRIVED: string;
SCRIPT_DATA_ARRIVED: string;
INIT_SEGMENT: string;
MEDIA_SEGMENT: string;
};
export default Events;