public class ViewLiveStatManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewLiveStatManager.StatVideoHeaderInfo |
| Modifier and Type | Field and Description |
|---|---|
static int |
STAT_CUSTOM_GL_VIDEO_VIEW_HIGH |
static int |
STAT_CUSTOM_GL_VIDEO_VIEW_LOW |
static int |
STAT_FIRST_FRAME_OUT |
static int |
STAT_GL_VIDEO_VIEW |
static int |
STAT_GLSURFACE_VIEW |
static int |
STAT_RECV_FIRST_FRAME |
static int |
STAT_RECV_FRAME_NUM |
static int |
STAT_RECV_HEADER |
static int |
STAT_RENDER_FRAME_NUM |
static int |
STAT_SURFACE_VIDEO_VIEW |
static int |
STAT_TEXTURE_VIDEO_VIEW |
static int |
STAT_VIDEO_STREAM_ARRIVE |
static int |
STAT_VIDEO_STREAM_END |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
static ViewLiveStatManager |
getInstace() |
java.util.HashMap |
getLiveStatContent() |
void |
notifyEventTime(int evtType,
int viewType) |
void |
notifyEventTime(int evtType,
int viewType,
java.lang.Object obj) |
void |
reportDecError(int err) |
void |
reportFrameEvent(int evt) |
void |
setISetThreadToPool(ISetThreadToPool iSetThreadToPool) |
public static final int STAT_VIDEO_STREAM_ARRIVE
public static final int STAT_RECV_HEADER
public static final int STAT_RECV_FIRST_FRAME
public static final int STAT_FIRST_FRAME_OUT
public static final int STAT_VIDEO_STREAM_END
public static final int STAT_SURFACE_VIDEO_VIEW
public static final int STAT_TEXTURE_VIDEO_VIEW
public static final int STAT_CUSTOM_GL_VIDEO_VIEW_LOW
public static final int STAT_CUSTOM_GL_VIDEO_VIEW_HIGH
public static final int STAT_GL_VIDEO_VIEW
public static final int STAT_GLSURFACE_VIEW
public static final int STAT_RECV_FRAME_NUM
public static final int STAT_RENDER_FRAME_NUM
public void setISetThreadToPool(ISetThreadToPool iSetThreadToPool)
public static ViewLiveStatManager getInstace()
public java.util.HashMap getLiveStatContent()
public void notifyEventTime(int evtType,
int viewType)
public void notifyEventTime(int evtType,
int viewType,
java.lang.Object obj)
public void reportFrameEvent(int evt)
public void reportDecError(int err)
public void clear()