public static interface HlsPlaylistTracker.PlaylistEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPlaylistChanged()
Called a playlist changes.
|
boolean |
onPlaylistError(HlsMasterPlaylist.HlsUrl url,
boolean shouldBlacklist)
Called if an error is encountered while loading a playlist.
|
void onPlaylistChanged()
boolean onPlaylistError(HlsMasterPlaylist.HlsUrl url, boolean shouldBlacklist)
url - The loaded url that caused the error.shouldBlacklist - Whether the playlist should be blacklisted.