public final class

HlsPlaylistTracker.PlaylistResetException

extends java.io.IOException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

↳androidx.media3.exoplayer.hls.playlist.HlsPlaylistTracker.PlaylistResetException

Overview

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

Summary

Fields
public final Uriurl

The url of the reset playlist.

Constructors
publicPlaylistResetException(Uri url)

Creates an instance.

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public final Uri url

The url of the reset playlist.

Constructors

public PlaylistResetException(Uri url)

Creates an instance.

Parameters:

url: See HlsPlaylistTracker.PlaylistResetException.url.