public enum YMFLiveExceptionType extends java.lang.Enum<YMFLiveExceptionType>
| Enum Constant and Description |
|---|
AnchorStatus_BACK_TO_NORMAL |
AnchorStatus_CAPTURE_ERROR |
AnchorStatus_ENCODE_ERROR |
AnchorStatus_SWITCH_BACKGROUND |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static YMFLiveExceptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YMFLiveExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YMFLiveExceptionType AnchorStatus_CAPTURE_ERROR
public static final YMFLiveExceptionType AnchorStatus_ENCODE_ERROR
public static final YMFLiveExceptionType AnchorStatus_SWITCH_BACKGROUND
public static final YMFLiveExceptionType AnchorStatus_BACK_TO_NORMAL
public static YMFLiveExceptionType[] values()
for (YMFLiveExceptionType c : YMFLiveExceptionType.values()) System.out.println(c);
public static YMFLiveExceptionType 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 getValue()