private class MediaPlayer._MediaErrorListener extends java.lang.Object implements MediaErrorListener
Modifier | Constructor and Description |
---|---|
private |
_MediaErrorListener() |
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.Object source,
int errorCode,
java.lang.String message)
Reports the occurrence of a error in media processing.
|
public void onError(java.lang.Object source, int errorCode, java.lang.String message)
MediaErrorListener
onError
in interface MediaErrorListener
source
- the source of the warning, likely the object calling this
method.errorCode
- an error code from the internal playback processormessage
- a String
containing the warning.