Package com.zego.zegoavkit2
Class ZegoConstants.AECMode
- java.lang.Object
-
- com.zego.zegoavkit2.ZegoConstants.AECMode
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.AECMode extends java.lang.Object
设置回声消除模式
-
-
Field Summary
Fields Modifier and Type Field Description static int
aggressive
static int
medium
static int
soft
-
Constructor Summary
Constructors Constructor Description AECMode()
-
-
-
Field Detail
-
aggressive
public static final int aggressive
- See Also:
- Constant Field Values
-
medium
public static final int medium
- See Also:
- Constant Field Values
-
soft
public static final int soft
- See Also:
- Constant Field Values
-
-