UNPKG

xgplayer

Version:
12 lines (11 loc) 282 B
export namespace STATES { const INITIAL: number; const READY: number; const ATTACHING: number; const ATTACHED: number; const NOTALLOW: number; const RUNNING: number; const ENDED: number; const DESTROYED: number; } export const STATE_ARRAY: string[];