Enumeration RecorderState

The current recording state.

Enumeration Members

RecorderStateError: -1

-1: An error occurs during the recording. See RecorderReasonCode for the reason.

RecorderStateStart: 2

2: The audio and video recording starts.

RecorderStateStop: 3

3: The audio and video recording stops.

Generated using TypeDoc