Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioSettingHelper Class 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.
 

Detailed Description

Audio setting interface.

Definition at line 12 of file ZoomVideoSDKAudioSettingHelper.h.

Method Documentation

◆ enableAutoAdjustMicVolume:

- (ZoomVideoSDKError) enableAutoAdjustMicVolume: (BOOL) enable

Enables or disables the auto adjust input of microphone.

Parameters
enableYES to enable auto adjust input, NO to disable.
Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.

◆ enableMicOriginalInput:

- (ZoomVideoSDKError) enableMicOriginalInput: (BOOL) enable

Enables or disables the original input of microphone.

Parameters
enableYES to enable the original input of the microphone, NO to disable.
Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.

◆ isAutoAdjustMicVolumeEnabled

- (BOOL) isAutoAdjustMicVolumeEnabled

Determines whether the auto adjust input of the microphone is enabled.

Returns
YES if auto adjust input is enabled. Otherwise, NO.

◆ isMicOriginalInputEnable

- (BOOL) isMicOriginalInputEnable

Determines whether the original input of the microphone is enabled.

Returns
YES if the original input of the microphone is enabled. Otherwise, NO.