Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 3
public static interface

MediaPlayer.OnInfoListener

android.media.MediaPlayer.OnInfoListener

Class Overview

Interface definition of a callback to be invoked to communicate some info and/or warning about the media or its playback.

Summary

Public Methods
abstract boolean onInfo ( MediaPlayer mp, int what, int extra)
Called to indicate an info or a warning.

Public Methods

public abstract boolean onInfo ( MediaPlayer mp, int what, int extra)

Added in API level 3

Called to indicate an info or a warning.

Returns
  • True if the method handled the info, false if it didn't. Returning false, or not having an OnErrorListener at all, will cause the info to be discarded.