rx-player
Version:
Canal+ HTML5 Video Player
10 lines • 427 B
TypeScript
/**
* This file is the entry point of the default "RxPlayer Worker".
* It is only relied on when running in a multithread mode.
*
* Note that the application can also define its own "RxPlayer worker" in which
* case this file is not depended on.
*/
import type { ICorePlugins } from "./core/entry";
export default function initializeWorker(corePlugins: ICorePlugins): void;
//# sourceMappingURL=initialize_worker.d.ts.map