Interface for managing audio settings in Zoom Video SDK.
More...
#include <ZMVideoSDKAudioSettingHelper.h>
Inherits NSObject.
Interface for managing audio settings in Zoom Video SDK.
Definition at line 62 of file ZMVideoSDKAudioSettingHelper.h.
◆ enableAutoAdjustMicVolume:
Enables or disables the auto adjust input of microphone volume.
- Parameters
-
| bEnable | YES to enable auto adjust input, NO to disable it. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ enableEchoCancellation:
Sets whether to disable the function of echo cancellation or not.
- Parameters
-
| bEnable | YES to enable, NO to disable. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ enableHighFidelityMusicMode:
Sets whether to enable the function of high fidelity music mode or not.
- Parameters
-
| bEnable | YES to enable, NO to disable. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ enableMicOriginalInput:
Enables or disables the original input of mic.
- Parameters
-
| bEnable | YES to enable the microphone's original input or NO to disable it. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ enableStereoAudio:
Sets whether to enable stereo audio.
- Parameters
-
| bEnable | YES to enable, NO to disable. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ getEchoCancellationLevel:
Gets the echo cancellation level.
- Parameters
-
| level | The echo cancellation level. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ getSuppressBackgroundNoiseLevel:
Gets the suppress background noise level.
- Parameters
-
| level | The suppress background noise level. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ isAutoAdjustMicVolumeEnabled:
Determines whether the microphone's original input volume is enabled.
- Parameters
-
| bEnable | YES if enabled, NO otherwise. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ isEchoCancellationEnable:
Checks whether the echo cancellation is enabled or not.
- Parameters
-
| bEnable | YES to enable, NO to disable. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ isHighFidelityMusicModeEnable:
Checks whether the high fidelity music mode is enabled or not.
- Parameters
-
| bEnable | YES to enable, NO to disable. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ isMicOriginalInputEnable:
Determines whether the microphone's original input is enabled.
- Parameters
-
| bEnable | YES to enable, NO to disable. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ isStereoAudioEnable:
Checks whether the stereo audio is enabled or not.
- Parameters
-
| bEnable | YES to enable, NO to disable. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ setEchoCancellationLevel:
Sets the echo cancellation level.
- Parameters
-
| level | The echo cancellation level to be set. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ setSuppressBackgroundNoiseLevel:
Sets the suppress background noise level.
- Parameters
-
| level | The suppress background noise level. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.