Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioSettingHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import us.zoom.internal.JNIOutPut;
4
17 int enableMicOriginalInput(boolean bEnable);
18
25
32 int enableAutoAdjustMicVolume(boolean bEnable);
33
40}
boolean isMicOriginalInputEnable()
Determine whether the original input of the microphone is enabled.
int enableMicOriginalInput(boolean bEnable)
Call this method to enable or disable the original input of mic.
int enableAutoAdjustMicVolume(boolean bEnable)
Call this method to enable or disable the auto adjust input of microphone volume.
boolean isAutoAdjustMicVolumeEnabled()
Determine whether the original input of the microphone volume is enabled.