AliVCSDK  6.0.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
AlivcLivePlayInfoListener.java
1 package com.alivc.live.player;
2 
6 
7 
17 @Visible
18 public interface AlivcLivePlayInfoListener {
22  void onPlayStarted();
23 
27  void onPlayStopped();
28 
33 
40 
47  void onError(AlivcLivePlayError code, String msg);
48 
55 
56 }
the network quality when using live push or pull
void onNetworkQualityChanged(AlivcLiveNetworkQuality quality)
void onPlayerStatistics(AlivcLivePlayerStatsInfo statsInfo)
void onError(AlivcLivePlayError code, String msg)