android.media.MediaPlayer.OnInfoListener |
Interface definition of a callback to be invoked to communicate some info and/or warning about the media or its playback.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to indicate an info or a warning.
|
Called to indicate an info or a warning.
mp | the MediaPlayer the info pertains to. |
---|---|
what | the type of info or warning. |
extra | an extra code, specific to the info. Typically implementation dependent. |