im.zego.zegoexpress.constants.ZegoAECMode

Audio echo cancellation mode.

Declared in constants/ZegoAECMode.java

Public-Attrib Lists

  • AGGRESSIVE - Aggressive echo cancellation may affect the sound quality slightly, but the echo will be very clean.
  • MEDIUM - Moderate echo cancellation, which may slightly affect a little bit of sound, but the residual echo will be less.
  • SOFT - 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.

Public-Func Lists

Public-Static-Func Lists

Public-Attrib Docs

AGGRESSIVE

public AGGRESSIVE ()

Initial: AGGRESSIVE =(0)

Aggressive echo cancellation may affect the sound quality slightly, but the echo will be very clean.

MEDIUM

public MEDIUM ()

Initial: MEDIUM =(1)

Moderate echo cancellation, which may slightly affect a little bit of sound, but the residual echo will be less.

SOFT

public SOFT ()

Initial: SOFT =(2)

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.

Public-Func Docs

value

public int value ()

Public-Static-Func Docs

getZegoAECMode

public ZegoAECMode getZegoAECMode (int value)