VideoRecordingSplitType
Electron APIs / recorder / VideoRecordingSplitType
type VideoRecordingSplitType = "byTime" | "bySize" | "manual";
Defines the methods available for splitting video recordings.
Splitting can be useful for managing file sizes, organizing segments, or controlling recording behavior dynamically.
Example
const splitType: VideoRecordingSplitType = "bySize";