English | Site Directory

Android - An Open Handset Alliance Project

android.media
public static interface

android.media.MediaPlayer.OnCompletionListener

android.media.MediaPlayer.OnCompletionListener

Interface definition for a callback to be invoked when playback of a media file has completed.

Summary

Public Methods

        void  onCompletion(MediaPlayer mp)
Called when the end of a media file is reached during playback.

Details

Public Methods

public void onCompletion(MediaPlayer mp)

Called when the end of a media file is reached during playback.

Parameters

mp The MediaPlayer that reached the end of the file.
Build m5-rc15g - 14 May 2008 12:50