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
16 int enableMicOriginalInput(boolean bEnable);
17
23
29 int enableAutoAdjustMicVolume(boolean bEnable);
30
36}
int enableMicOriginalInput(boolean bEnable)
Enables or disables the original input of the microphone.
boolean isMicOriginalInputEnabled()
Determines whether the original input of the microphone is enabled.
int enableAutoAdjustMicVolume(boolean bEnable)
Enables or disables the auto adjust input of microphone volume.
boolean isAutoAdjustMicVolumeEnabled()
Determines whether the auto adjust input of microphone volume is enabled.