media/library
krocard 3b8eba2dea Refactor initTrackSelectionAdapter
As suggested in parent change, return a list of
`TrackType` instead of appending to it.

This has the slight disadvantage of iterating twice
over the (short) list, but clarifies the code.

PiperOrigin-RevId: 402844458
2021-10-14 11:58:53 +01:00
..
all README updates for remaining ExoPlayer modules 2021-10-12 19:32:32 +01:00
common Use TracksInfo and selection override in users 2021-10-14 11:54:45 +01:00
core Use TracksInfo and selection override in users 2021-10-14 11:54:45 +01:00
dash End to end test for WebVTT sideloaded subtitles 2021-10-12 19:48:48 +01:00
extractor SubtitleExtractor: optimize calls to ExtractorInput.read() 2021-10-12 20:04:46 +01:00
hls README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
rtsp Separate command code for prepare() and stop() 2021-10-13 19:58:02 +01:00
smoothstreaming README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
transformer README updates for misc modules 2021-10-12 19:40:44 +01:00
ui Refactor initTrackSelectionAdapter 2021-10-14 11:58:53 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.