@Deprecated
public static interface ExtractorMediaSource.EventListener
ExtractorMediaSource events.| Modifier and Type | Method and Description |
|---|---|
void |
onLoadError(java.io.IOException error)
Deprecated.
Called when an error occurs loading media data.
|
void onLoadError(java.io.IOException error)
This method being called does not indicate that playback has failed, or that it will fail.
The player may be able to recover from the error and continue. Hence applications should
not implement this method to display a user visible error or initiate an application
level retry (Player.EventListener#onPlayerError is the appropriate place to implement
such behavior). This method is called to provide the application with an opportunity to log
the error if it wishes to do so.
error - The load error.