ObsHostMode
Electron APIs / recorder / ObsHostMode
type ObsHostMode = "process" | "dll";
How OBS is hosted.
process: OBS runs as its own standalone process; the default.dll: OBS runs inside a helper process launched by the app.
Electron APIs / recorder / ObsHostMode
type ObsHostMode = "process" | "dll";
How OBS is hosted.
process: OBS runs as its own standalone process; the default.dll: OBS runs inside a helper process launched by the app.