public static final class HlsMasterPlaylist.HlsUrl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.google.android.exoplayer2.Format |
format
Format information associated with the HLS url.
|
java.lang.String |
url
The http url from which the media playlist can be obtained.
|
| Constructor and Description |
|---|
HlsUrl(java.lang.String url,
com.google.android.exoplayer2.Format format) |
| Modifier and Type | Method and Description |
|---|---|
static HlsMasterPlaylist.HlsUrl |
createMediaPlaylistHlsUrl(java.lang.String url)
Creates an HLS url from a given http url.
|
public final java.lang.String url
public final com.google.android.exoplayer2.Format format
public static HlsMasterPlaylist.HlsUrl createMediaPlaylistHlsUrl(java.lang.String url)
url - The url.