export * from "./hls"; export { Event as EVENT } from "./hls/constants"; export default HlsPlugin; export type IExternalDecryptor = import('./hls/buffer-service/decrypt/index').IExternalDecryptor; export type SwitchUrlOptions = import('./hls').SwitchUrlOptions; import { HlsPlugin } from "./plugin"; import { parseSwitchUrlArgs } from "./plugin"; export { HlsPlugin, parseSwitchUrlArgs }; export { ERR, ERR_CODE, StreamingError } from "xgplayer-streaming-shared";