VariantInfo

data class VariantInfo(val averageBitrate: Int = Format.NO_VALUE, val peakBitrate: Int, val videoGroupId: String? = null, val audioGroupId: String? = null, val subtitleGroupId: String? = null, val captionGroupId: String? = null)(source)

Constructors

Link copied to clipboard
constructor(averageBitrate: Int = Format.NO_VALUE, peakBitrate: Int, videoGroupId: String? = null, audioGroupId: String? = null, subtitleGroupId: String? = null, captionGroupId: String? = null)

Properties

Link copied to clipboard

The AUDIO value as defined in the EXT-X-STREAM-INF tag, or null if the AUDIO attribute is not present.

Link copied to clipboard

The average bitrate as declared by the AVERAGE-BANDWIDTH attribute of the EXT-X-STREAM-INF tag, or {@link Format#NO_VALUE} if the attribute is not declared.

Link copied to clipboard

The CLOSED-CAPTIONS value as defined in the EXT-X-STREAM-INF tag, or null if the CLOSED-CAPTIONS attribute is not present.

Link copied to clipboard

The peak bitrate as declared by the BANDWIDTH attribute of the EXT-X-STREAM-INF tag.

Link copied to clipboard

The SUBTITLES value as defined in the EXT-X-STREAM-INF tag, or null if the SUBTITLES attribute is not present.

Link copied to clipboard

The VIDEO value as defined in the EXT-X-STREAM-INF tag, or null if the VIDEO attribute is not present.