Audio setting interface.
More...
#include <zoom_video_sdk_audio_setting_interface.h>
Audio setting interface.
Definition at line 43 of file zoom_video_sdk_audio_setting_interface.h.
◆ playMicTestRecording()
Play the mic recorded sound. If there was no mic test,the SDK returns an error.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ setTimerInterval()
virtual ZoomVideoSDKErrors IZoomVideoSDKTestAudioDeviceHelper::setTimerInterval |
( |
unsigned int | timerInterval | ) |
|
|
pure virtual |
Set the time interval for the audio test.
- Parameters
-
timerInterval | Usually the SDK sends the mic and speaker volumes every 200 ms by default via ITestAudioDeviceHelperEvent::onMicSpeakerVolumeChanged(). With this function, the user can modify the time interval instead of 200. Accepted values between 50 to 1000 milliseconds. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ startMicTestRecording()
Start the mic test.
- Parameters
-
deviceID | Specify to test a mic device. If the param is a wrong mic ID, the SDK will return an error. Otherwise the SDK tests the specified device and sets it as selected. The SDK will test the default device if no parameter is input. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ startSpeakerTest()
Start the speaker test.
- Parameters
-
deviceID | Specify to test a speaker device. If the param is a wrong speaker ID, the SDK will return an error. Otherwise the SDK tests the specified device and sets it as selected. The SDK will test the default device if no parameter is input. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ stopMicTestRecording()
Stop the mic test. The SDK will return an error if there was no mic test.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ stopSpeakerTest()
Stop the speaker test. The SDK will return an error if there was no speaker test.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.