public interface MediaErrorListener
Modifier and Type | Method and Description |
---|---|
void |
onError(Object source,
int errorCode,
String message)
Reports the occurrence of a error in media processing.
|
void onError(Object source, int errorCode, 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.Copyright © 2020. All rights reserved.