/** Retrieves the total number of the indexed audio recording devices in the system. * * @return Total number of the indexed audio recording devices. */ public override int GetAudioRecordingDeviceCount() { if (mEngine == null) { return((int)ERROR_CODE.ERROR_NOT_INIT_ENGINE); } return(IRtcEngineNative.getAudioRecordingDeviceCount()); }