public static interface

IBasicMediaPlayer.OnInfoListener

com.h6ah4i.android.media.IBasicMediaPlayer.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(IBasicMediaPlayer mp, int what, int extra)
Called to indicate an info or a warning.

Public Methods

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

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.