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.

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

Implementation

int chunkDurationSeconds;