BaseTrack

interface BaseTrack

Interface for track model classes.

Inheritors

Properties

Link copied to clipboard
abstract val index: Int

Index for this track within its trackGroup.

Link copied to clipboard
abstract val rendererIndex: Int

Index for the renderer that handles this track.

Link copied to clipboard
abstract val trackGroupIndex: Int

Index for the trackGroup this track belongs to, relative to all the avaiable track groups.

Link copied to clipboard
abstract val type: Int

androidx.media3.common.C track type associated with this track.