@Deprecated
public static interface SingleSampleMediaSource.EventListener
SingleSampleMediaSource events.| Modifier and Type | Method and Description |
|---|---|
void |
onLoadError(int sourceId,
java.io.IOException e)
Deprecated.
Called when an error occurs loading media data.
|
void onLoadError(int sourceId,
java.io.IOException e)
sourceId - The id of the reporting SingleSampleMediaSource.e - The cause of the failure.