public static interface SingleSampleSource.EventListener
SingleSampleSource
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.