Back to Exoplayer

HlsPlaylistTracker.PlaylistResetException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/source/hls/playlist/HlsPlaylistTracker.PlaylistResetException.html

latest2.7 KB
Original Source

Package com.google.android.exoplayer2.source.hls.playlist

Class HlsPlaylistTracker.PlaylistResetException


public static final classHlsPlaylistTracker.PlaylistResetExceptionextends[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")

Thrown when the media sequence of a new snapshot indicates the server has reset. See Also:Serialized Form

Field Summary

Fields | Modifier and Type | Field | Description | | --- | --- | --- | | Uri | url | The url of the reset playlist. |

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | PlaylistResetException​(Uri url) | Creates an instance. |

Method Summary

- 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

- 

url

public final[Uri](https://developer.android.com/reference/android/net/Uri.html "class or interface in android.net")url

The url of the reset playlist.

Constructor Detail

- 

PlaylistResetException

public PlaylistResetException​([Uri](https://developer.android.com/reference/android/net/Uri.html "class or interface in android.net")url)

Creates an instance. Parameters:url - See url.