We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
M3U8Parser
1 parent 4dcb0fb commit f67ff35Copy full SHA for f67ff35
src/exports-named.ts
@@ -12,6 +12,7 @@ import ErrorController from './controller/error-controller';
12
import FPSController from './controller/fps-controller';
13
import SubtitleTrackController from './controller/subtitle-track-controller';
14
import Hls from './hls';
15
+import M3U8Parser from './loader/m3u8-parser';
16
import Cues from './utils/cues';
17
import FetchLoader from './utils/fetch-loader';
18
import XhrLoader from './utils/xhr-loader';
@@ -36,6 +37,7 @@ export {
36
37
XhrLoader,
38
FetchLoader,
39
Cues,
40
+ M3U8Parser,
41
};
42
43
export { Events } from './events';
0 commit comments