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