UNPKG

xgplayer

Version:
59 lines (58 loc) 2.22 kB
export const PLAY: "play"; export const PLAYING: "playing"; export const ENDED: "ended"; export const PAUSE: "pause"; export const ERROR: "error"; export const SEEKING: "seeking"; export const SEEKED: "seeked"; export const TIME_UPDATE: "timeupdate"; export const WAITING: "waiting"; export const CANPLAY: "canplay"; export const CANPLAY_THROUGH: "canplaythrough"; export const DURATION_CHANGE: "durationchange"; export const VOLUME_CHANGE: "volumechange"; export const LOADED_DATA: "loadeddata"; export const RATE_CHANGE: "ratechange"; export const PROGRESS: "progress"; export const LOAD_START: "loadstart"; export const EMPTIED: "emptied"; export const STALLED: "stalled"; export const SUSPEND: "suspend"; export const ABORT: "abort"; export const BUFFER_CHANGE: "bufferedChange"; export const PLAYER_FOCUS: "focus"; export const PLAYER_BLUR: "blur"; export const READY: "ready"; export const URL_NULL: "urlNull"; export const AUTOPLAY_STARTED: "autoplay_started"; export const AUTOPLAY_PREVENTED: "autoplay_was_prevented"; export const COMPLETE: "complete"; export const REPLAY: "replay"; export const DESTROY: "destroy"; export const URL_CHANGE: "urlchange"; export const DOWNLOAD_SPEED_CHANGE: "download_speed_change"; export const FULLSCREEN_CHANGE: "fullscreen_change"; export const CSS_FULLSCREEN_CHANGE: "cssFullscreen_change"; export const MINI_STATE_CHANGE: "mini_state_change"; export const DEFINITION_CHANGE: "definition_change"; export const BEFORE_DEFINITION_CHANGE: "before_definition_change"; export const AFTER_DEFINITION_CHANGE: "after_definition_change"; export const SEI_PARSED: "SEI_PARSED"; export const RETRY: "retry"; export const VIDEO_RESIZE: "video_resize"; export const PIP_CHANGE: "pip_change"; export const ROTATE: "rotate"; export const SCREEN_SHOT: "screenShot"; export const PLAYNEXT: "playnext"; export const SHORTCUT: "shortcut"; export const XGLOG: "xglog"; export const USER_ACTION: "user_action"; export const RESET: "reset"; export const SWITCH_SUBTITLE: "switch_subtitle"; export const VIDEO_EVENTS: string[]; export namespace STATS_EVENTS { const STATS_INFO: string; const STATS_DOWNLOAD: string; const STATS_RESET: string; } export const FPS_STUCK: "fps_stuck";