Enum
| ZIMAudioANSMode | ZIMAudioRouteType |
ZIMAudioANSMode
Active Noise Suppression mode.
Details
Active Noise Suppression mode.
Declared in enums/ZIMAudioANSMode.java
Properties
SOFT
SOFT=(0)Soft ANS. In most instances, the sound quality will not be damaged, but some noise will remain.
MEDIUM
MEDIUM=(1)Medium ANS. It may damage some sound quality, but it has a good noise reduction effect.
AGGRESSIVE
AGGRESSIVE=(2)Aggressive ANS. It may significantly impair the sound quality, but it has a good noise reduction effect.
A_I
A_I=(3)AI mode ANS. It will cause great damage to music, so it can not be used for noise suppression of sound sources that need to collect background sound. Please contact ZEGO technical support before use.
A_I_BALANCED
A_I_BALANCED=(4)Balanced AI mode ANS. It will cause great damage to music, so it can not be used for noise suppression of sound sources that need to collect background sound. Please contact ZEGO technical support before use.
ZIMAudioRouteType
The audio route type
Details
The audio route type
Declared in enums/ZIMAudioRouteType.java
Properties
SPEAKER
SPEAKER=(0)The speaker
RECEIVER
RECEIVER=(1)The receiver
