Package com.zego.zegoavkit2.entities
Class ZegoStreamRelayCDNInfo.State
- java.lang.Object
-
- com.zego.zegoavkit2.entities.ZegoStreamRelayCDNInfo.State
-
- Enclosing class:
- ZegoStreamRelayCDNInfo
public static final class ZegoStreamRelayCDNInfo.State extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description State()
-
-
-
Field Detail
-
STOP
public static final int STOP
转推停止- See Also:
- Constant Field Values
-
START
public static final int START
正在转推- See Also:
- Constant Field Values
-
RETRY
public static final int RETRY
正在重试- See Also:
- Constant Field Values
-
-