HlsPlaylistTracker.PlaylistResetException


public final class HlsPlaylistTracker.PlaylistResetException extends IOException


Thrown when the media sequence of a new snapshot indicates the server has reset.

Summary

Public fields

final Uri

The url of the reset playlist.

Public constructors

Creates an instance.

Inherited fields

From java.lang.Throwable
Throwable
StackTraceElement[]

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public fields

url

public final Uri url

The url of the reset playlist.

Public constructors

PlaylistResetException

public PlaylistResetException(Uri url)

Creates an instance.

Parameters
Uri url

See url.