拉流播放通知回调
更多...
拉流播放通知回调
- 作者
- baorunchen
- 注解
- 当前仅支持互动模式
- 日期
- 2022/8/10
- 调用示例
mAlivcLivePlayer.setPlayInfoListener(new AlivcLivePlayInfoListener () {});
- 参见
- com.alivc.live.player.AlivcLivePlayer::setPlayInfoListener(AlivcLivePlayInfoListener)
在文件 AlivcLivePlayInfoListener.java 第 18 行定义.
void com.alivc.live.player.AlivcLivePlayInfoListener.onError |
( |
AlivcLivePlayError |
code, |
|
|
String |
msg |
|
) |
| |
void com.alivc.live.player.AlivcLivePlayInfoListener.onFirstVideoFrameDrawn |
( |
| ) |
|
void com.alivc.live.player.AlivcLivePlayInfoListener.onPlayStarted |
( |
| ) |
|
void com.alivc.live.player.AlivcLivePlayInfoListener.onPlayStopped |
( |
| ) |
|