Recorder
Log recorder. Records a video log.
Properties
Functions
Adds a listener.
Records a customer buffer together with the sensor data.
True if audio recording is in progress else false.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Updates the recorder settings. If it is started, first stops it, updates settings and restarts it.
Updates the chunkDurationSeconds setting. Without restarting.
Updates the bContinuousRecording setting. Without restarting.
Sets the maximum bytes threshold that the logs should use. if this threshold is reached then it will start deleting old recordings, the same functionality happens if the device is full and this limit is set on IGNORE_DISK_LIMIT.
Will not delete any record if this threshold is not reached. After the threshold is reached the oldest recording will be deleted if there is no space left on the device.
Resumes audio recording only if current recording is started and audio is enabled.
Starts the recording. When recording is started, the status changes to recording and a notification is issued.
Suspends audio recording only if current recording is started and audio is enabled.
Stops the recording. When recording is stopped, the status changes to stopped and a notification is issued.