public interface AlivcLivePushBGMListener
Modifier and Type | Method and Description |
---|---|
void |
onCompleted()
The notification for the end of playback.
|
void |
onDownloadTimeout()
The video loading timed out.
|
void |
onOpenFailed()
The notification for an invalid stream.
|
void |
onPaused()
The playback pauses.
|
void |
onProgress(long progress,
long duration)
The playback progress is updated.
|
void |
onResumed()
The playback resumes.
|
void |
onStarted()
The playback starts.
|
void |
onStoped()
The playback stops.
|
void onStarted()
void onStoped()
void onPaused()
void onResumed()
void onProgress(long progress, long duration)
progress
- The playback progress.void onCompleted()
void onDownloadTimeout()
void onOpenFailed()