AudioTrack
open class AudioTrack : Track
Represents an audio track.
Constructors
| AudioTrack | @JvmOverloads 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()) |
Types
| Name | Summary |
|---|---|
| Companion | object Companion |
Properties
| Name | Summary |
|---|---|
| associatedLanguage | val associatedLanguage: String? The language tag (RFC5646) associated with the EXT-X-MEDIA rendition. |
| language | val language: String? The language of the AudioTrack. |
| qualities | val qualities: List<AudioQuality> A list of AudioQuality associated with this AudioTrack. |