public static enum IRtcEngineEventHandler.RTMP_STREAMING_EVENT extends java.lang.Enum<IRtcEngineEventHandler.RTMP_STREAMING_EVENT>
Enum Constant and Description |
---|
RTMP_STREAMING_EVENT_ADVANCED_FEATURE_NOT_SUPPORT
advanced feature not support
|
RTMP_STREAMING_EVENT_FAILED_LOAD_IMAGE
An error occurs when you add a background image or a watermark image to the RTMP or RTMPS
stream.
|
RTMP_STREAMING_EVENT_REQUEST_TOO_OFTEN
Client request too frequently.
|
RTMP_STREAMING_EVENT_URL_ALREADY_IN_USE
2: The streaming URL is already being used for CDN live streaming.
|
Modifier and Type | Method and Description |
---|---|
static IRtcEngineEventHandler.RTMP_STREAMING_EVENT |
fromInt(int v) |
int |
getValue() |
static IRtcEngineEventHandler.RTMP_STREAMING_EVENT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRtcEngineEventHandler.RTMP_STREAMING_EVENT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRtcEngineEventHandler.RTMP_STREAMING_EVENT RTMP_STREAMING_EVENT_FAILED_LOAD_IMAGE
public static final IRtcEngineEventHandler.RTMP_STREAMING_EVENT RTMP_STREAMING_EVENT_URL_ALREADY_IN_USE
public static final IRtcEngineEventHandler.RTMP_STREAMING_EVENT RTMP_STREAMING_EVENT_ADVANCED_FEATURE_NOT_SUPPORT
public static final IRtcEngineEventHandler.RTMP_STREAMING_EVENT RTMP_STREAMING_EVENT_REQUEST_TOO_OFTEN
public static IRtcEngineEventHandler.RTMP_STREAMING_EVENT[] values()
for (IRtcEngineEventHandler.RTMP_STREAMING_EVENT c : IRtcEngineEventHandler.RTMP_STREAMING_EVENT.values()) System.out.println(c);
public static IRtcEngineEventHandler.RTMP_STREAMING_EVENT 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()
public static IRtcEngineEventHandler.RTMP_STREAMING_EVENT fromInt(int v)