Choose your implementation method:
An enumeration of the different audio input device statuses.
Values
EOS_ERTCAudioInputStatus
Enumerated Value
|
Meaning
|
EOS_RTCAIS_Idle
|
The device is not in used right now (e.g: you are alone in the room). In such cases, the hardware resources are not allocated.
|
EOS_RTCAIS_Recording
|
The device is being used and capturing audio
|
EOS_RTCAIS_RecordingSilent
|
The SDK is in a recording state, but actually capturing silence because the device is exclusively being used by the platform at the moment.
This only applies to certain platforms.
|
EOS_RTCAIS_RecordingDisconnected
|
The SDK is in a recording state, but actually capturing silence because the device is disconnected (e.g: the microphone is not plugged in).
This only applies to certain platforms.
|
EOS_RTCAIS_Failed
|
Something failed while trying to use the device
|
An enumeration of the different audio input device statuses.
Values
RTCAudio.RTCAudioInputStatus
Enumerated Value
|
Meaning
|
Idle
|
The device is not in used right now (e.g: you are alone in the room). In such cases, the hardware resources are not allocated.
|
Recording
|
The device is being used and capturing audio
|
RecordingSilent
|
The SDK is in a recording state, but actually capturing silence because the device is exclusively being used by the platform at the moment.
This only applies to certain platforms.
|
RecordingDisconnected
|
The SDK is in a recording state, but actually capturing silence because the device is disconnected (e.g: the microphone is not plugged in).
This only applies to certain platforms.
|
Failed
|
Something failed while trying to use the device
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no