chunkDurationSeconds property

int chunkDurationSeconds
getter/setter pair

The chunk duration time in seconds

Default value is 0. If set to 0, the recording will not be split into chunks.

If set, the recorder will check for enough disk space to store a full chunk before starting. See Resolution for estimated size values per quality level.

When the duration is reached, the recording stops. If continuousRecording is set to true, a new recording starts automatically.

Implementation

int chunkDurationSeconds;