HlsPlaylistTracker.PlaylistStuckException


class HlsPlaylistTracker.PlaylistStuckException : IOException


Thrown when a playlist is considered to be stuck due to a server side error.

Summary

Public constructors

Creates an instance.

Public properties

Uri!

The url of the stuck playlist.

Public constructors

PlaylistStuckException

PlaylistStuckException(url: Uri!)

Creates an instance.

Parameters
url: Uri!

See url.

Public properties

url

val urlUri!

The url of the stuck playlist.