keepMinSeconds property
getter/setter pair
Minimum seconds of recordings to retain on disk.
After the threshold is reached the oldest recording will be deleted if there is no space left on the device.
To force deletion regardless of space, set deleteOlderThanKeepMin to true
.
The default value is 0
(keep all recordings).
Implementation
int keepMinSeconds;