listener of bgm player
More...
◆ onCompleted()
abstract void com.alivc.live.pusher.AlivcLivePushBGMListener.onCompleted |
( |
| ) |
|
|
abstract |
◆ onDownloadTimeout()
abstract void com.alivc.live.pusher.AlivcLivePushBGMListener.onDownloadTimeout |
( |
| ) |
|
|
abstract |
BGM download timeout
- Note
- The player will reconnect and seek to the play position
◆ onOpenFailed()
abstract void com.alivc.live.pusher.AlivcLivePushBGMListener.onOpenFailed |
( |
| ) |
|
|
abstract |
Stream open failed
- Note
- stream is invalid
◆ onPaused()
abstract void com.alivc.live.pusher.AlivcLivePushBGMListener.onPaused |
( |
| ) |
|
|
abstract |
◆ onProgress()
abstract void com.alivc.live.pusher.AlivcLivePushBGMListener.onProgress |
( |
long |
progress, |
|
|
long |
duration |
|
) |
| |
|
abstract |
BGM current progress
- Parameters
-
progress | current progress |
duration | total duration |
◆ onResumed()
abstract void com.alivc.live.pusher.AlivcLivePushBGMListener.onResumed |
( |
| ) |
|
|
abstract |
◆ onStarted()
abstract void com.alivc.live.pusher.AlivcLivePushBGMListener.onStarted |
( |
| ) |
|
|
abstract |
◆ onStopped()
abstract void com.alivc.live.pusher.AlivcLivePushBGMListener.onStopped |
( |
| ) |
|
|
abstract |