Package com.zego.zegoliveroom.constants
Class ZegoConstants.ANSMode
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.ANSMode
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.ANSMode extends java.lang.Object
设置噪声抑制模式
-
-
Field Summary
Fields Modifier and Type Field Description static int
AI
AI 模式static int
AI_BALANCED
均衡 AI 模式static int
AI_LOW_LATENCY
低延迟 AI 模式static int
HIGH
激进模式static int
LOW
轻度模式static int
MEDIUM
中等模式
-
Constructor Summary
Constructors Constructor Description ANSMode()
-
-
-
Field Detail
-
LOW
public static final int LOW
轻度模式- See Also:
- Constant Field Values
-
MEDIUM
public static final int MEDIUM
中等模式- See Also:
- Constant Field Values
-
HIGH
public static final int HIGH
激进模式- See Also:
- Constant Field Values
-
AI
public static final int AI
AI 模式- See Also:
- Constant Field Values
-
AI_BALANCED
public static final int AI_BALANCED
均衡 AI 模式- See Also:
- Constant Field Values
-
AI_LOW_LATENCY
public static final int AI_LOW_LATENCY
低延迟 AI 模式- See Also:
- Constant Field Values
-
-