public enum AlivcLivePlayStats extends java.lang.Enum<AlivcLivePlayStats>
Enum Constant and Description |
---|
IDLE
未初始化
|
PAUSED
暂停播放
|
STARTED
开始播放
|
STOPED
停止播放
|
Modifier and Type | Method and Description |
---|---|
static AlivcLivePlayStats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePlayStats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePlayStats IDLE
public static final AlivcLivePlayStats STARTED
public static final AlivcLivePlayStats STOPED
public static final AlivcLivePlayStats PAUSED
public static AlivcLivePlayStats[] values()
for (AlivcLivePlayStats c : AlivcLivePlayStats.values()) System.out.println(c);
public static AlivcLivePlayStats 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