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