AliVCSDK
6.0.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
AlivcLivePushErrorListener.java
1
package
com.alivc.live.pusher;
2
3
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
Live push error code.
Definition:
AlivcLivePushError.java:17
com.alivc.live.pusher.AlivcLivePusher
Live pusher abstract class.
Definition:
AlivcLivePusher.java:28
com.alivc.live.pusher.AlivcLivePushErrorListener
Live push error listener.
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)