public static interface MediaSource.SourceInfoRefreshListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSourceInfoRefreshed(MediaSource source,
Timeline timeline,
java.lang.Object manifest)
Called when manifest and/or timeline has been refreshed.
|
void onSourceInfoRefreshed(MediaSource source, Timeline timeline, @Nullable java.lang.Object manifest)
Called on the playback thread.
source - The MediaSource whose info has been refreshed.timeline - The source's timeline.manifest - The loaded manifest. May be null.