AliVCSDK
4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
AlivcLivePushErrorListener.java
1
package
com.alivc.live.pusher;
2
12
@Visible
13
public
interface
AlivcLivePushErrorListener
{
14
21
void
onSystemError
(
AlivcLivePusher
livePusher,
AlivcLivePushError
error);
22
29
void
onSDKError
(
AlivcLivePusher
livePusher,
AlivcLivePushError
error);
30
}
com.alivc.live.pusher.AlivcLivePushError
推流异常/错误码
Definition:
AlivcLivePushError.java:17
com.alivc.live.pusher.AlivcLivePusher
推流接口类
Definition:
AlivcLivePusher.java:31
com.alivc.live.pusher.AlivcLivePushErrorListener
推流错误监听器
Definition:
AlivcLivePushErrorListener.java:13
com.alivc.live.pusher.AlivcLivePushErrorListener.onSDKError
void onSDKError(AlivcLivePusher livePusher, AlivcLivePushError error)
com.alivc.live.pusher.AlivcLivePushErrorListener.onSystemError
void onSystemError(AlivcLivePusher livePusher, AlivcLivePushError error)