Video SDK for Linux API Reference
|
#include <zoom_video_sdk_audio_setting_interface.h>
Public Member Functions | |
virtual ZoomVideoSDKErrors | getSuppressBackgroundNoiseLevel (ZoomVideoSDKSuppressBackgroundNoiseLevel &level)=0 |
Get the suppress background noise level. | |
virtual ZoomVideoSDKErrors | setSuppressBackgroundNoiseLevel (ZoomVideoSDKSuppressBackgroundNoiseLevel level)=0 |
Set the suppress background noise level. | |
virtual ZoomVideoSDKErrors | enableMicOriginalInput (bool bEnable)=0 |
Call this method to enable or disable the original input of mic. | |
virtual ZoomVideoSDKErrors | isMicOriginalInputEnable (bool &bEnable)=0 |
Determine whether the original input of the microphone is enabled. | |
virtual ZoomVideoSDKErrors | enableHighFidelityMusicMode (bool bEnable)=0 |
Set whether to enable the function of high fidelity music mode or not. | |
virtual ZoomVideoSDKErrors | isHighFidelityMusicModeEnable (bool &bEnable)=0 |
Check whether the high fidelity music mode is enabled or not. | |
virtual ZoomVideoSDKErrors | enableEchoCancellation (bool bEnable)=0 |
Set whether to disable the function of echo cancellation or not. | |
virtual ZoomVideoSDKErrors | isEchoCancellationEnable (bool &bEnable)=0 |
Check whether the echo cancellation is enabled or not. | |
virtual ZoomVideoSDKErrors | enableStereoAudio (bool bEnable)=0 |
Enable or disable the stereo audio. | |
virtual ZoomVideoSDKErrors | isStereoAudioEnable (bool &bEnable)=0 |
Get the flag to enable/disable the stereo audio. | |
virtual ZoomVideoSDKErrors | getEchoCancellationLevel (ZoomVideoSDKEchoCancellationLevel &level)=0 |
Get the echo cancellation level. | |
virtual ZoomVideoSDKErrors | setEchoCancellationLevel (ZoomVideoSDKEchoCancellationLevel level)=0 |
Set the echo cancellation level. | |
virtual ZoomVideoSDKErrors | enableAutoAdjustMicVolume (bool bEnable)=0 |
Call this method to enable or disable the auto adjust input of microphone volume. | |
virtual ZoomVideoSDKErrors | isAutoAdjustMicVolumeEnabled (bool &bEnable)=0 |
Determine whether the original input of the microphone volume is enabled. | |
Definition at line 90 of file zoom_video_sdk_audio_setting_interface.h.
|
pure virtual |
Call this method to enable or disable the auto adjust input of microphone volume.
bEnable | true to enable auto adjust input or false to disable it. |
|
pure virtual |
Set whether to disable the function of echo cancellation or not.
bEnable | True means to enable the function, FALSE not. |
|
pure virtual |
Set whether to enable the function of high fidelity music mode or not.
bEnable | True means to enable the function, FALSE not. |
|
pure virtual |
Call this method to enable or disable the original input of mic.
bEnable | True to enable the original input of microphone or false to disable it. |
|
pure virtual |
Enable or disable the stereo audio.
bEnable | True indicates to enable the stereo audio. |
|
pure virtual |
Get the echo cancellation level.
[out] | level | The echo cancellation level. |
|
pure virtual |
Get the suppress background noise level.
[out] | level | The suppress background noise level. |
|
pure virtual |
Determine whether the original input of the microphone volume is enabled.
|
pure virtual |
Check whether the echo cancellation is enabled or not.
[out] | bEnable | True if the echo cancellation is enabled, otherwise false. |
|
pure virtual |
Check whether the high fidelity music mode is enabled or not.
[out] | bEnable | True if the high fidelity music mode is enabled, otherwise false. |
|
pure virtual |
Determine whether the original input of the microphone is enabled.
[out] | bEnable | True if the original input of the microphone is enabled, otherwise false. |
|
pure virtual |
Get the flag to enable/disable the stereo audio.
[out] | bEnable | True if the stereo audio is enabled, otherwise false. |
|
pure virtual |
Set the echo cancellation level.
level | The new echo cancellation level to be set. |
|
pure virtual |
Set the suppress background noise level.
level | The new suppress background noise level to be set. |