LOCAL_AUDIO_STREAM_STATE

Local audio state.

Enumerations

LOCAL_AUDIO_STREAM_STATE_STOPPED
(0): The local audio is in the initial state.
LOCAL_AUDIO_STREAM_STATE_RECORDING
(1): The local audio capture device has been successfully started.
LOCAL_AUDIO_STREAM_STATE_ENCODING
(2): The first audio frame has been successfully encoded.
LOCAL_AUDIO_STREAM_STATE_FAILED
(3): Failed to start local audio.