TrackSelectorFactory

interface TrackSelectorFactory

An interface that is used by the ExoPlayerPool to create a new DefaultTrackSelector when needed.

Functions

Link copied to clipboard
abstract fun createDefaultTrackSelector(context: Context): DefaultTrackSelector

Creates a new DefaultTrackSelector instance, given the Context of the Application.

Inheritors

Link copied to clipboard