Audio Track
Represents an audio track.
Constructors
Link copied to clipboard
fun AudioTrack(url: String?, label: String? = null, id: String = UUID.randomUUID().toString(), isDefault: Boolean = false, language: String? = null, roles: List<MediaTrackRole> = emptyList())
Content copied to clipboard
Types
Functions
Properties
Link copied to clipboard
The language of the AudioTrack.