TrackInfo

data class TrackInfo(val id: Int, val type: TrackInfo.Type, val language: String)

Info of the track of a PlayableMedia

Constructors

Link copied to clipboard
constructor(id: Int, type: TrackInfo.Type, language: String)

Types

Link copied to clipboard

The type of the track

Properties

Link copied to clipboard
val id: Int

identifier of the track

Link copied to clipboard

the language code of the track

Link copied to clipboard

the TrackInfo.Type of the track