Subtitle Track
data class SubtitleTrack(val id: String, val label: String, val lang: String, val rendererIndex: Int, val trackGroupIndex: Int, val index: Int) : BaseTrack, Parcelable
Model class for a subtitle track.
Constructors
Properties
Link copied to clipboard
Index for the renderer that handles this track.
Link copied to clipboard
Index for the trackGroup this track belongs to, relative to all the avaiable track groups.
Link copied to clipboard
androidx.media3.common.C track type associated with this track.