|
Video SDK for Linux API Reference
|
Audio setting helper interface. More...
Go to the source code of this file.
Classes | |
| class | IZoomVideoSDKTestAudioDeviceHelper |
| Helper interface for testing audio devices before or during a session. More... | |
| class | IZoomVideoSDKAudioSettingHelper |
Enumerations | |
| enum | ZoomVideoSDKSuppressBackgroundNoiseLevel { ZoomVideoSDKSuppressBackgroundNoiseLevel_Auto = 0 , ZoomVideoSDKSuppressBackgroundNoiseLevel_Low , ZoomVideoSDKSuppressBackgroundNoiseLevel_Medium , ZoomVideoSDKSuppressBackgroundNoiseLevel_High } |
| Enumeration of background noise suppression levels. More... | |
| enum | ZoomVideoSDKAudioDeviceType { ZoomVideoSDKDevice_Microphone = 0 , ZoomVideoSDKDevice_Speaker } |
| Enumeration of audio device types. More... | |
| enum | ZoomVideoSDKAudioDeviceStatus { ZoomVideoSDK_Device_Error_Unknow = 0 , ZoomVideoSDK_No_Device , ZoomVideoSDK_Device_List_Update , ZoomVideoSDK_Audio_No_Input , ZoomVideoSDK_Audio_Disconnect_As_Detected_Echo , ZoomVideoSDK_Audio_Talk_While_Muted } |
| Enumeration of audio device status types. More... | |
| enum | ZoomVideoSDKEchoCancellationLevel { ZoomVideoSDKEchoCancellationLevel_Default = 0 , ZoomVideoSDKEchoCancellationLevel_Low , ZoomVideoSDKEchoCancellationLevel_High } |
| Enumeration of echo cancellation levels. More... | |
Audio setting helper interface.
Definition in file zoom_video_sdk_audio_setting_interface.h.
Enumeration of audio device status types.
Definition at line 42 of file zoom_video_sdk_audio_setting_interface.h.
Enumeration of audio device types.
| Enumerator | |
|---|---|
| ZoomVideoSDKDevice_Microphone | Microphone device. |
| ZoomVideoSDKDevice_Speaker | Speaker device. |
Definition at line 31 of file zoom_video_sdk_audio_setting_interface.h.
Enumeration of echo cancellation levels.
Definition at line 60 of file zoom_video_sdk_audio_setting_interface.h.
Enumeration of background noise suppression levels.
Definition at line 16 of file zoom_video_sdk_audio_setting_interface.h.