xgplayer
Version:
video player
33 lines (32 loc) • 932 B
TypeScript
declare namespace _default {
const DEFAULT: string;
const DEFAULT_SKIN: string;
const ENTER: string;
const PAUSED: string;
const PLAYING: string;
const ENDED: string;
const CANPLAY: string;
const LOADING: string;
const ERROR: string;
const REPLAY: string;
const NO_START: string;
const ACTIVE: string;
const INACTIVE: string;
const FULLSCREEN: string;
const CSS_FULLSCREEN: string;
const ROTATE_FULLSCREEN: string;
const PARENT_ROTATE_FULLSCREEN: string;
const PARENT_FULLSCREEN: string;
const INNER_FULLSCREEN: string;
const NO_CONTROLS: string;
const FLEX_CONTROLS: string;
const CONTROLS_FOLLOW: string;
const CONTROLS_AUTOHIDE: string;
const TOP_BAR_AUTOHIDE: string;
const NOT_ALLOW_AUTOPLAY: string;
const SEEKING: string;
const PC: string;
const MOBILE: string;
const MINI: string;
}
export default _default;