AliVCSDK  6.0.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
com.alivc.live.pusher.AlivcLivePushErrorListener Interface Reference

Live push error listener. More...

Public Member Functions

void onSystemError (AlivcLivePusher livePusher, AlivcLivePushError error)
 
void onSDKError (AlivcLivePusher livePusher, AlivcLivePushError error)
 

Detailed Description

Live push error listener.

Author
aliyun live push sdk
Call Example
mAlivcLivePusher.setLivePushErrorListener(new AlivcLivePushErrorListener () {});
See also
com.alivc.live.pusher.AlivcLivePushError
com.alivc.live.pusher.AlivcLivePusher::setLivePushErrorListener(AlivcLivePushErrorListener)

Definition at line 13 of file AlivcLivePushErrorListener.java.

Member Function Documentation

void com.alivc.live.pusher.AlivcLivePushErrorListener.onSDKError ( AlivcLivePusher  livePusher,
AlivcLivePushError  error 
)

SDK error callback

Parameters
livePusherpusher instance
errorerror
void com.alivc.live.pusher.AlivcLivePushErrorListener.onSystemError ( AlivcLivePusher  livePusher,
AlivcLivePushError  error 
)

System error callback

Parameters
livePusherpusher instance
errorerror