xgplayer
Version:
video player
92 lines (91 loc) • 3.03 kB
TypeScript
declare namespace _default {
const LANG: string;
namespace TEXT {
namespace ERROR_TYPES {
namespace network {
const code: number;
const msg: string;
}
namespace mse {
const code_1: number;
export { code_1 as code };
const msg_1: string;
export { msg_1 as msg };
}
namespace parse {
const code_2: number;
export { code_2 as code };
const msg_2: string;
export { msg_2 as msg };
}
namespace format {
const code_3: number;
export { code_3 as code };
const msg_3: string;
export { msg_3 as msg };
}
namespace decoder {
const code_4: number;
export { code_4 as code };
const msg_4: string;
export { msg_4 as msg };
}
namespace runtime {
const code_5: number;
export { code_5 as code };
const msg_5: string;
export { msg_5 as msg };
}
namespace timeout {
const code_6: number;
export { code_6 as code };
const msg_6: string;
export { msg_6 as msg };
}
namespace other {
const code_7: number;
export { code_7 as code };
const msg_7: string;
export { msg_7 as msg };
}
}
const HAVE_NOTHING: string;
const HAVE_METADATA: string;
const HAVE_CURRENT_DATA: string;
const HAVE_FUTURE_DATA: string;
const HAVE_ENOUGH_DATA: string;
const NETWORK_EMPTY: string;
const NETWORK_IDLE: string;
const NETWORK_LOADING: string;
const NETWORK_NO_SOURCE: string;
const MEDIA_ERR_ABORTED: string;
const MEDIA_ERR_NETWORK: string;
const MEDIA_ERR_DECODE: string;
const MEDIA_ERR_SRC_NOT_SUPPORTED: string;
const REPLAY: string;
const ERROR: string;
const PLAY_TIPS: string;
const PAUSE_TIPS: string;
const PLAYNEXT_TIPS: string;
const DOWNLOAD_TIPS: string;
const ROTATE_TIPS: string;
const RELOAD_TIPS: string;
const FULLSCREEN_TIPS: string;
const EXITFULLSCREEN_TIPS: string;
const CSSFULLSCREEN_TIPS: string;
const EXITCSSFULLSCREEN_TIPS: string;
const TEXTTRACK: string;
const PIP: string;
const SCREENSHOT: string;
const LIVE: string;
const OFF: string;
const OPEN: string;
const MINI_DRAG: string;
const MINISCREEN: string;
const REFRESH: string;
const REFRESH_TIPS: string;
const FORWARD: string;
const LIVE_TIP: string;
}
}
export default _default;