public enum LivePushNotification extends java.lang.Enum<LivePushNotification>
非对外接口
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
getMsg() |
void |
setCode(int code) |
void |
setMsg(java.lang.String msg) |
static LivePushNotification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LivePushNotification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_INIT_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_PREVIEW_STARTED
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_PREVIEW_STOPED
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_PUSH_PAUSED
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_PUSH_RESUMED
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_PUSH_RESTARTED
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_OPEN_VIDEO_ENCODER_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_CAPTURE_VIDEO_SAMPLES_OVERFLOW
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_ADJUST_BITRATE
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_CHANGE_FPS
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_CHANGE_RESOLUTION
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_GL_CONTEXT_CREATED
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_GL_CONTEXT_DESTROYED
public static final LivePushNotification ALIVC_PUSHER_EVENT_NATIVE_LIVE_PUSH_EXTERN_ENCODER_ADJUST_BITRATE
public static final LivePushNotification ALIVC_PUSHER_EVENT_CAPTURE_OPEN_CAMERA_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_CAPTURE_OPEN_MIC_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_CAPTURE_CLOSE_CAMERA_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_CAPTURE_OPEN_SCREENCAPTURE_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_CAPTURE_CLOSE_SCREENCAPTURE_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_STARTED
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_STOPED
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_NETWORK_POOR
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_NETWORK_RECOVERY
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_RECONNECT_START
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_RECONNECT_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_DROP_FRAME
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_SENDED_FIRST_AV
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_SENDED_SEI
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_CONNECTION_LOST
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_DELAY_INFO
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_CRASH
public static final LivePushNotification ALIVC_PUSHER_EVENT_GENERAL_MONITOR
public static final LivePushNotification ALIVC_PUSHER_EVENT_PUSH_MEDIAINFO
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_PUSH_STARTED
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_PUSH_STOPED
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_NETWORK_POOR
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_NETWORK_RECOVERY
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_RECONNECT_START
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_RECONNECT_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_DROP_FRAME
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_SENDED_FIRST_AV
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_SENDED_SEI
public static final LivePushNotification ALIVC_PUSHER_EVENT_RTMP_CONNECTION_LOST
public static final LivePushNotification ALIVC_PUSHER_EVENT_BGM_OPEN_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_BGM_STOP_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_BGM_PAUSE_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_BGM_RESUME_SUCCESS
public static final LivePushNotification ALIVC_PUSHER_EVENT_BGM_COMPLETED
public static final LivePushNotification ALIVC_PUSHER_EVENT_BGM_PROGRESS
public static LivePushNotification[] values()
for (LivePushNotification c : LivePushNotification.values()) System.out.println(c);
public static LivePushNotification 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 getCode()
public void setCode(int code)
public java.lang.String getMsg()
public void setMsg(java.lang.String msg)