Rendition

data class Rendition(val url: URI?, val format: HlsPlaylistParser.Format, val groupId: String, val name: String)(source)

Constructors

Link copied to clipboard
constructor(url: URI?, format: HlsPlaylistParser.Format, groupId: String, name: String)

Properties

Link copied to clipboard

Format information associated with this rendition.

Link copied to clipboard

The group to which this rendition belongs.

Link copied to clipboard

The name of the rendition.

Link copied to clipboard
val url: URI?

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