Package com.zego.zegoavkit2
Class ZegoConstants.ZegoVideoDenoiseStrength
- java.lang.Object
-
- com.zego.zegoavkit2.ZegoConstants.ZegoVideoDenoiseStrength
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.ZegoVideoDenoiseStrength extends java.lang.Object
视频降噪强度
-
-
Constructor Summary
Constructors Constructor Description ZegoVideoDenoiseStrength()
-
-
-
Field Detail
-
LIGHT
public static final int LIGHT
降噪强度低- See Also:
- Constant Field Values
-
MEDIUM
public static final int MEDIUM
降噪强度中- See Also:
- Constant Field Values
-
HEAVY
public static final int HEAVY
降噪强度高- See Also:
- Constant Field Values
-
-