media/library
tonihei 7bc5fa855f Don't keep pending preferred queue size during cancelation.
Before loading a new chunk, the player will call reevaluateBuffer
anyway, so we don't have to do this directly after cancelation.

This simplifies some logic because we can remove the pending queue
size variable.

PiperOrigin-RevId: 314313268
2020-06-02 23:51:51 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add API to get the format from the file extension 2020-06-02 23:51:24 +01:00
core Assert that a negative extractor sniff never advances the read position 2020-06-02 23:51:33 +01:00
dash Handle factory attributes consistently 2020-05-29 18:34:37 +01:00
extractor Change order of RawCcExtractor init to call format before endTracks. 2020-05-29 18:34:10 +01:00
hls Don't keep pending preferred queue size during cancelation. 2020-06-02 23:51:51 +01:00
smoothstreaming Make SsMediaSource add the media item to the timeline 2020-05-29 18:33:34 +01:00
ui Update TrackSelectionDialogBuilder to use androidx compat Dialog. 2020-05-27 18:59:51 +01:00
README.md

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.