Type Alias: MpvClientFactory
type MpvClientFactory = () => MpvClient;
Defined in: packages/player/src/player.ts:73
A factory that produces a fresh, uninitialised MpvClient.
Injecting this is what keeps the whole TypeScript layer testable without a
device: the test suite passes a fake and never loads
react-native-nitro-modules.