RecorderReasonCode
Reasons for recording state errors.
Enumerations
- RECORDER_REASON_NONE
- 0: Everything is normal.
- RECORDER_REASON_WRITE_FAILED
- 1: Failed to write to recording file.
- RECORDER_REASON_NO_STREAM
- 2: No audio/video stream to record or the stream was interrupted for more than 5 seconds.
- RECORDER_REASON_OVER_MAX_DURATION
- 3: Recording duration exceeds the maximum limit.
- RECORDER_REASON_CONFIG_CHANGED
- 4: Recording configuration changed.