public static interface PLMediaPlayer.OnInfoListener
Modifier and Type | Method and Description |
---|---|
boolean |
onInfo(PLMediaPlayer mp,
int what,
int extra)
Called to indicate an info or a warning.
|
boolean onInfo(PLMediaPlayer mp, int what, int extra)
mp
- the PLMediaPlayer the info pertains to.what
- the type of info or warning. extra
- an extra code, specific to the info. Typically implementation dependent.