Live play info listener.
More...
Live play info listener.
- Author
- baorunchen
- Note
- Now can only support interactive mode
- Date
- 2022/8/10
- Call Example
mAlivcLivePlayer.setPlayInfoListener(new AlivcLivePlayInfoListener () {});
- See also
- com.alivc.live.player.AlivcLivePlayer::setPlayInfoListener(AlivcLivePlayInfoListener)
Definition at line 18 of file AlivcLivePlayInfoListener.java.
void com.alivc.live.player.AlivcLivePlayInfoListener.onError |
( |
AlivcLivePlayError |
code, |
|
|
String |
msg |
|
) |
| |
play error callback
- Parameters
-
code | error code |
msg | error msg |
void com.alivc.live.player.AlivcLivePlayInfoListener.onFirstVideoFrameDrawn |
( |
| ) |
|
network quality changed callback
- Parameters
-
play statistics callback
- Parameters
-
void com.alivc.live.player.AlivcLivePlayInfoListener.onPlayStarted |
( |
| ) |
|
void com.alivc.live.player.AlivcLivePlayInfoListener.onPlayStopped |
( |
| ) |
|