public static interface Constants.EEvent
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_CONNECT_FAILED |
static int |
EVENT_CONNECTED |
static int |
EVENT_DATA_RECEIVE |
static int |
EVENT_DISCONNECTED |
static int |
EVENT_DROP_FRAME |
static int |
EVENT_ERRNO_FROM_SERVER |
static int |
EVENT_NEED_RESCHEDULING |
static int |
EVENT_SN_ARRIVAL |
static int |
EVENT_SN_FAILED |
static int |
EVENT_STREAM_CONNECT |
static int |
EVENT_STREAM_CONNECT_FAIL |
static int |
EVENT_STREAM_FINISH |
static int |
EVENT_UNKNOWN |
static int |
EVENT_USE_HWENCODER |
static int |
EVENT_WRITELOCAL_FAILED |
static final int EVENT_UNKNOWN
static final int EVENT_CONNECTED
static final int EVENT_CONNECT_FAILED
static final int EVENT_DISCONNECTED
static final int EVENT_SN_ARRIVAL
static final int EVENT_SN_FAILED
static final int EVENT_STREAM_CONNECT_FAIL
static final int EVENT_STREAM_CONNECT
static final int EVENT_STREAM_FINISH
static final int EVENT_WRITELOCAL_FAILED
static final int EVENT_DROP_FRAME
static final int EVENT_ERRNO_FROM_SERVER
static final int EVENT_NEED_RESCHEDULING
static final int EVENT_USE_HWENCODER
static final int EVENT_DATA_RECEIVE