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