腾讯云直播播放的回调通知
interface com::tencent::rtmp::ITXLivePlayListener |
Public 成员函数 | |
void | onPlayEvent (final int event, final Bundle param) |
void | onNetStatus (final Bundle status) |
void onNetStatus | ( | final Bundle | status | ) |
网络状态通知。
status | 通知的内容,(key,value)格式,其中 key 请参考 com.tencent.rtmp.TXLiveConstants#NET_STATUS_VIDEO_BITRATE 网络状态通知。 |
在 WXLivePlayer , 以及 WXLivePlayerLite 内被实现.
void onPlayEvent | ( | final int | event, |
final Bundle | param | ||
) |
播放事件通知。
event | 事件 ID,ID 类型请参考 com.tencent.rtmp.TXLiveConstants#PUSH_EVT_CONNECT_SUCC 播放事件列表。 |
param | 事件相关的参数,(key,value)格式,其中 key 请参考 com.tencent.rtmp.TXLiveConstants#EVT_TIME 事件参数。 |
在 WXLivePlayer , 以及 WXLivePlayerLite 内被实现.