public interface AlivcLivePlayInfoListener
Modifier and Type | Method and Description |
---|---|
void |
onError(AlivcLivePlayError code,
java.lang.String msg)
错误回调
|
void |
onFirstVideoFrameDrawn()
视频播放回调
|
void |
onPlayStarted()
开始播放回调
|
void |
onPlayStopped()
结束播放回调
|
void onPlayStarted()
void onPlayStopped()
void onFirstVideoFrameDrawn()
void onError(AlivcLivePlayError code, java.lang.String msg)
code
- 错误码msg
- 错误信息