public interface 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.
|
void onError(java.lang.Object source, int errorCode, java.lang.String message)
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.