Package com.zego.zegoliveroom.constants
Class ZegoAvConfig.Level
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoAvConfig.Level
-
- Enclosing class:
- ZegoAvConfig
public static final class ZegoAvConfig.Level extends java.lang.Object
设置级别.
-
-
Constructor Summary
Constructors Constructor Description Level()
-
-
-
Field Detail
-
VeryLow
public static final int VeryLow
- See Also:
- Constant Field Values
-
Low
public static final int Low
- See Also:
- Constant Field Values
-
Generic
public static final int Generic
- See Also:
- Constant Field Values
-
High
public static final int High
- See Also:
- Constant Field Values
-
VeryHigh
public static final int VeryHigh
- See Also:
- Constant Field Values
-
SuperHigh
public static final int SuperHigh
- See Also:
- Constant Field Values
-
-