Electron APIs / Recorder / SplitOptions
Configuration options for splitting video recordings.
These settings define how and when the recording should be split
based on time or file size. Supports manual split and optional full video backup.
Properties
Property | Type | Description |
---|
enableManual | boolean | Enables manual split control via API or hotkey. |
maxBySizeMB? | number | Automatically split the recording when the file size exceeds the specified size (in MB). If not set, size-based splitting is disabled. |
maxTimeSecond? | number | Automatically split the recording when it reaches the specified duration (in seconds). If not set, time-based splitting is disabled. |