| android.media.MediaPlayer.OnCompletionListener |
Interface definition for a callback to be invoked when playback of a media file has completed.
| void | onCompletion(MediaPlayer mp) | ||||
| Called when the end of a media file is reached during playback. | |||||
| mp | The MediaPlayer that reached the end of the file. |
|---|