public static interface CyberPlayer.OnErrorListener
Modifier and Type | Method and Description |
---|---|
boolean |
onError(CyberPlayer mp,
int what,
int extra)
Called to indicate an error.
|
boolean onError(CyberPlayer mp, int what, int extra)
mp
- the MediaPlayer the error pertains towhat
- the type of error that has occurred:
extra
- an extra code, specific to the error. Typically
implementation dependant.