RecorderReasonCode

Reason for state change.

Since
Available since v3.5.2.

Enumerations

RECORDER_REASON_NONE
(0): No error.
RECORDER_REASON_WRITE_FAILED
(1): Failed to write recorded data to file.
RECORDER_REASON_NO_STREAM
(2): No audio or video stream detected, or the stream is interrupted for more than 5 seconds during recording.
RECORDER_REASON_OVER_MAX_DURATION
(3): Recording duration exceeds the limit.
RECORDER_REASON_CONFIG_CHANGED
(4): Recording configuration changed.