腾讯云直播推流的回调通知
| interface com::tencent::rtmp::ITXLivePushListener |
Public 成员函数 | |
| void | onPushEvent (final int event, final Bundle param) |
| void | onNetStatus (final Bundle status) |
| void onNetStatus | ( | final Bundle | status | ) |
网络状态通知。
| status | 通知的内容。(key,value)格式,其中 key 请参考 TXLiveConstants#NET_STATUS_VIDEO_BITRATE 网络状态通知。 |
| void onPushEvent | ( | final int | event, |
| final Bundle | param | ||
| ) |
推流事件通知。
| event | 事件 id。id 类型请参考 TXLiveConstants#PUSH_EVT_CONNECT_SUCC 推流事件列表。 |
| param | 事件相关的参数。(key,value)格式,其中 key 请参考 TXLiveConstants#EVT_TIME 事件参数。 |