|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MediaPlayer.OnErrorListener
Method Summary | |
---|---|
boolean |
onError(MediaPlayer mp,
int what,
int extra)
Called to indicate an error. |
Method Detail |
---|
boolean onError(MediaPlayer 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |