Track

interface Track

Inheritors

Properties

Link copied to clipboard
abstract val id: String?

Unique among the class, used to check which track is used. VideoTrack and AudioTrack can have the same id

Link copied to clipboard
abstract val label: String?
Link copied to clipboard
abstract val language: String?