public enum AlivcLivePlayError extends java.lang.Enum<AlivcLivePlayError>
Enum Constant and Description |
---|
AlivcLivePlayErrorStreamNotFound
播放URL指定的播放流不存在
|
AlivcLivePlayErrorStreamStopped
播放URL指定的播放流已停止推流
|
Modifier and Type | Method and Description |
---|---|
int |
getError() |
static AlivcLivePlayError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePlayError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePlayError AlivcLivePlayErrorStreamNotFound
public static final AlivcLivePlayError AlivcLivePlayErrorStreamStopped
public static AlivcLivePlayError[] values()
for (AlivcLivePlayError c : AlivcLivePlayError.values()) System.out.println(c);
public static AlivcLivePlayError 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 nullpublic int getError()