public enum AlivcLivePushStats extends java.lang.Enum<AlivcLivePushStats>
Enum Constant and Description |
---|
ERROR
失败
|
IDLE
未初始化
|
INIT
初始化
|
PAUSED
已停止推流
|
PREVIEING
已调用预览
|
PREVIEWED
已显示预览
|
PUSHED
已推流
|
RESTARTING
已重新推流
|
RESUMING
正在恢复推流
|
Modifier and Type | Method and Description |
---|---|
static AlivcLivePushStats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePushStats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePushStats IDLE
public static final AlivcLivePushStats INIT
public static final AlivcLivePushStats PREVIEWED
public static final AlivcLivePushStats PREVIEING
public static final AlivcLivePushStats PUSHED
public static final AlivcLivePushStats PAUSED
public static final AlivcLivePushStats RESUMING
public static final AlivcLivePushStats RESTARTING
public static final AlivcLivePushStats ERROR
public static AlivcLivePushStats[] values()
for (AlivcLivePushStats c : AlivcLivePushStats.values()) System.out.println(c);
public static AlivcLivePushStats valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null