public class YMFPlayerUsrBehaviorStat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
IYMFBehaviorEventListener |
mBehaviorListener |
| Constructor and Description |
|---|
YMFPlayerUsrBehaviorStat() |
| Modifier and Type | Method and Description |
|---|---|
static YMFPlayerUsrBehaviorStat |
getInstance() |
void |
notifyFirstFrameDecode() |
void |
notifyFirstFrameRendered(int type) |
void |
notifyGlManagerState(int viewType,
boolean state) |
void |
notifyPlayerException(java.lang.String exceptionType) |
void |
notifyPlayerViewLinkStream(int viewType,
long streamId,
boolean state) |
void |
notifyPlayerViewOnSurface(int viewType,
boolean state) |
void |
notifyVideoDecoderIdState(long streamId,
int decoderType,
boolean state) |
void |
notifyVideoPlayerViewState(int viewType,
boolean state) |
void |
setYMFBehaviorEventListener(IYMFBehaviorEventListener listener) |
public IYMFBehaviorEventListener mBehaviorListener
public static YMFPlayerUsrBehaviorStat getInstance()
public void setYMFBehaviorEventListener(IYMFBehaviorEventListener listener)
public void notifyVideoDecoderIdState(long streamId,
int decoderType,
boolean state)
public void notifyVideoPlayerViewState(int viewType,
boolean state)
public void notifyGlManagerState(int viewType,
boolean state)
public void notifyPlayerViewLinkStream(int viewType,
long streamId,
boolean state)
public void notifyPlayerViewOnSurface(int viewType,
boolean state)
public void notifyPlayerException(java.lang.String exceptionType)
public void notifyFirstFrameDecode()
public void notifyFirstFrameRendered(int type)