public interface MediaPlayerListener
Modifier and Type | Method and Description |
---|---|
void |
onCompletion()
Called when the end of a media source is reached during playback.
|
void |
onPrepared()
Called when the media source is ready for playback after call
MediaPlayer.prepare() |
void |
onSeekComplete()
Called to indicate the completion of a seek operation.
|
void onPrepared()
MediaPlayer.prepare()
void onSeekComplete()
void onCompletion()