mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
done
This commit is contained in:
@@ -73,4 +73,4 @@ export class HlsJSPlaybackEngine extends EventTarget {
|
||||
}
|
||||
}
|
||||
|
||||
export const createPlaybackEngine = () => new HlsJSPlaybackEngine();
|
||||
export const createPlaybackEngine = () => new HlsJSPlaybackEngine();
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export type { IBasePlaybackEngine } from './HlsJSPlaybackEngine';
|
||||
export { HlsJSPlaybackEngine, createPlaybackEngine } from './HlsJSPlaybackEngine';
|
||||
export { HlsJSPlaybackEngine, createPlaybackEngine } from './HlsJSPlaybackEngine';
|
||||
|
||||
Reference in New Issue
Block a user