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