AudioTrack
Represents an audio track.
Constructors
Link copied to clipboard
constructor(url: String?, label: String? = null, id: String = UUID.randomUUID().toString(), isDefault: Boolean = false, language: String? = null, roles: List<MediaTrackRole> = emptyList(), associatedLanguage: String? = null, qualities: List<AudioQuality> = emptyList())
Properties
Link copied to clipboard
The language tag (RFC5646) associated with the EXT-X-MEDIA rendition.
Link copied to clipboard
The language of the AudioTrack.
Link copied to clipboard
A list of AudioQuality associated with this AudioTrack.