Package com.zego.zegoavkit2
Class ZegoConstants.ZegoVideoDenoiseMode
- java.lang.Object
-
- com.zego.zegoavkit2.ZegoConstants.ZegoVideoDenoiseMode
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.ZegoVideoDenoiseMode extends java.lang.Object
视频降噪模式
-
-
Constructor Summary
Constructors Constructor Description ZegoVideoDenoiseMode()
-
-
-
Field Detail
-
OFF
public static final int OFF
关闭降噪- See Also:
- Constant Field Values
-
ON
public static final int ON
关闭降噪- See Also:
- Constant Field Values
-
AUTO
public static final int AUTO
关闭降噪- See Also:
- Constant Field Values
-
-