AudioTrack

data class AudioTrack(val id: Int, val groupId: Int, val lang: String, val bitrate: String) : BaseTrack

Constructors

Link copied to clipboard
constructor(id: Int, groupId: Int, lang: String, bitrate: String)

Properties

Link copied to clipboard
val bitrate: String
Link copied to clipboard
val groupId: Int
Link copied to clipboard
val id: Int
Link copied to clipboard
val lang: String

Functions

Link copied to clipboard
operator fun component1(): Int
Link copied to clipboard
operator fun component2(): Int
Link copied to clipboard
operator fun component3(): String
Link copied to clipboard
operator fun component4(): String
Link copied to clipboard
fun copy(id: Int, groupId: Int, lang: String, bitrate: String): BaseTrack.AudioTrack