HlsMultivariantPlaylist.Rendition


public final class HlsMultivariantPlaylist.Rendition


A rendition (i.e. an #EXT-X-MEDIA tag) in a multivariant playlist.

Summary

Public fields

final Format

Format information associated with this rendition.

final String

The group to which this rendition belongs.

final String

The name of the rendition.

final @Nullable Uri

The rendition's url, or null if the tag does not have a URI attribute.

Public constructors

Rendition(@Nullable Uri url, Format format, String groupId, String name)

Public fields

format

public final Format format

Format information associated with this rendition.

groupId

public final String groupId

The group to which this rendition belongs.

name

public final String name

The name of the rendition.

url

public final @Nullable Uri url

The rendition's url, or null if the tag does not have a URI attribute.

Public constructors

Rendition

public Rendition(@Nullable Uri url, Format format, String groupId, String name)
Parameters
@Nullable Uri url

See url.

Format format

See format.

String groupId

See groupId.

String name

See name.