ZegoAECMode Constants Reference
Declared in | ZegoExpressDefines.h |
---|
ZegoAECMode
Audio echo cancellation mode.
Definition
typedef NS_ENUM(NSUInteger, ZegoAECMode ) {
ZegoAECModeAggressive = 0,
ZegoAECModeMedium = 1,
ZegoAECModeSoft = 2,
};
Constants
ZegoAECModeAggressive
-
Aggressive echo cancellation may affect the sound quality slightly, but the echo will be very clean.
Declared In
ZegoExpressDefines.h
. ZegoAECModeMedium
-
Moderate echo cancellation, which may slightly affect a little bit of sound, but the residual echo will be less.
Declared In
ZegoExpressDefines.h
. ZegoAECModeSoft
-
Comfortable echo cancellation, that is, echo cancellation does not affect the sound quality of the sound, and sometimes there may be a little echo, but it will not affect the normal listening.
Declared In
ZegoExpressDefines.h
.
Declared In
ZegoExpressDefines.h