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 63 of file ZMVideoSDKAudioSettingHelper.h.
◆ enableAutoAdjustMicVolume:
Call this method to enable or disable the auto adjust input of microphone volume.
- Parameters
-
bEnable | True to enable auto adjust input or false to disable it. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ enableEchoCancellation:
Set whether to disable the function of echo cancellation or not.
- Parameters
-
bEnable | YES means to enable. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ enableHighFidelityMusicMode:
Set whether to enable the function of high fidelity music mode or not.
- Parameters
-
bEnable | YES means to enable. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ enableMicOriginalInput:
Call this method to enable or disable the original input of mic.
- Parameters
-
bEnable | YES to enable the original input of the microphone or NO to disable it. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ enableStereoAudio:
Set whether to enable stereo audio.
- Parameters
-
bEnable | YES means to enable. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ getEchoCancellationLevel:
Get the echo cancellation level.
- Parameters
-
level | The echo cancellation level. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ getSuppressBackgroundNoiseLevel:
Get the suppress background noise level.
- Parameters
-
level | The suppress background noise level. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ isAutoAdjustMicVolumeEnabled:
Determine whether the original input of the microphone volume is enabled.
- Parameters
-
bEnable | YES means enabled, otherwise NO. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ isEchoCancellationEnable:
Check whether the echo cancellation is enabled or not.
- Parameters
-
bEnable | YES means enabled. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ isHighFidelityMusicModeEnable:
Check whether the high fidelity music mode is enabled or not.
- Parameters
-
bEnable | YES means enabled. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ isMicOriginalInputEnable:
Determine whether the original input of the microphone is enabled.
- Parameters
-
bEnable | YES means enabled. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ isStereoAudioEnable:
Check whether the stereo audio is enabled or not.
- Parameters
-
bEnable | YES means enabled. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ setEchoCancellationLevel:
Set the echo cancellation level.
- Parameters
-
level | The echo cancellation level to be set. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ setSuppressBackgroundNoiseLevel:
Set the suppress background noise level.
- Parameters
-
level | The suppress background noise level. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.