推流错误监听器 更多...
Public 成员函数 | |
void | onSystemError (AlivcLivePusher livePusher, AlivcLivePushError error) |
void | onSDKError (AlivcLivePusher livePusher, AlivcLivePushError error) |
推流错误监听器
在文件 AlivcLivePushErrorListener.java 第 13 行定义.
void com.alivc.live.pusher.AlivcLivePushErrorListener.onSDKError | ( | AlivcLivePusher | livePusher, |
AlivcLivePushError | error | ||
) |
SDK错误回调
livePusher | AlivcLivePusher实例 |
error | 异常 |
void com.alivc.live.pusher.AlivcLivePushErrorListener.onSystemError | ( | AlivcLivePusher | livePusher, |
AlivcLivePushError | error | ||
) |
系统错误回调
livePusher | AlivcLivePusher实例 |
error | 异常 |