StreamSelection

interface StreamSelection

A selection of streams that should be used for playback. This is used by the stream selection algorithm to depict which streams should be used to build a MediaSource from and thus forward to the actual ExoPlayer.

Inheritors

Properties

Link copied to clipboard
abstract val hasAudioTracks: Boolean
Link copied to clipboard
abstract val hasVideoTracks: Boolean
Link copied to clipboard
abstract val isDynamic: Boolean
Link copied to clipboard
abstract val item: String
Link copied to clipboard
abstract val tracks: List<StreamTrack>