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