|
Video SDK for iOS API Reference
|
Audio setting interface. More...
#include <ZoomVideoSDKAudioSettingHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - enableMicOriginalInput: |
| Enables or disables the original input of microphone. | |
| (BOOL) | - isMicOriginalInputEnable |
| Determines whether the original input of the microphone is enabled. | |
| (ZoomVideoSDKError) | - enableAutoAdjustMicVolume: |
| Enables or disables the auto adjust input of microphone. | |
| (BOOL) | - isAutoAdjustMicVolumeEnabled |
| Determines whether the auto adjust input of the microphone is enabled. | |
Audio setting interface.
Definition at line 12 of file ZoomVideoSDKAudioSettingHelper.h.
| - (ZoomVideoSDKError) enableAutoAdjustMicVolume: | (BOOL) | enable |
Enables or disables the auto adjust input of microphone.
| enable | YES to enable auto adjust input, NO to disable. |
| - (ZoomVideoSDKError) enableMicOriginalInput: | (BOOL) | enable |
Enables or disables the original input of microphone.
| enable | YES to enable the original input of the microphone, NO to disable. |
| - (BOOL) isAutoAdjustMicVolumeEnabled |
Determines whether the auto adjust input of the microphone is enabled.
| - (BOOL) isMicOriginalInputEnable |
Determines whether the original input of the microphone is enabled.