docs/doc/reference/com/google/android/exoplayer2/source/hls/HlsManifest.html
Package com.google.android.exoplayer2.source.hls
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classHlsManifestextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
Holds a multivariant playlist along with a snapshot of one of its media playlists.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| HlsMediaPlaylist | mediaPlaylist |
Deprecated.
A snapshot of a media playlist referred to by multivariantPlaylist.
|
| HlsMultivariantPlaylist | multivariantPlaylist |
Deprecated.
The multivariant playlist of an HLS stream. |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public final[HlsMultivariantPlaylist](playlist/HlsMultivariantPlaylist.html "class in com.google.android.exoplayer2.source.hls.playlist")multivariantPlaylist
Deprecated.
The multivariant playlist of an HLS stream.
-
public final[HlsMediaPlaylist](playlist/HlsMediaPlaylist.html "class in com.google.android.exoplayer2.source.hls.playlist")mediaPlaylist
Deprecated.
A snapshot of a media playlist referred to by multivariantPlaylist.