RecordingAppOptions
Electron APIs / Recorder / RecordingAppOptions
Configuration options for launching or customizing the recording application behavior.
See
Example
const options: RecordingAppOptions = {
showDebugWindow: true,
enableDebugLogs: true,
customCommandLineArgs: ["--multi-threading"],
overrideOBSFolder: "C:/custom/obs",
statsInterval: 5000,
};