Package com.zego.zegoavkit2
Class ZegoConstants.ZegoBackgroundBlurLevel
- java.lang.Object
-
- com.zego.zegoavkit2.ZegoConstants.ZegoBackgroundBlurLevel
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.ZegoBackgroundBlurLevel extends java.lang.Object
背景虚化级别
-
-
Constructor Summary
Constructors Constructor Description ZegoBackgroundBlurLevel()
-
-
-
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
-
-