HlsMultivariantPlaylist.Rendition


class HlsMultivariantPlaylist.Rendition


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

Summary

Public constructors

Rendition(url: Uri?, format: Format!, groupId: String!, name: String!)

Public properties

Format!

Format information associated with this rendition.

String!

The group to which this rendition belongs.

String!

The name of the rendition.

Uri?

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

Public constructors

Rendition

Rendition(url: Uri?, format: Format!, groupId: String!, name: String!)
Parameters
url: Uri?

See url.

format: Format!

See format.

groupId: String!

See groupId.

name: String!

See name.

Public properties

format

val formatFormat!

Format information associated with this rendition.

groupId

val groupIdString!

The group to which this rendition belongs.

name

val nameString!

The name of the rendition.

url

val urlUri?

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