media/library
tonihei ee11d9d6fb Make manifest loads on timeline refresh optional in FakeMediaSource.
Every timeline refresh currently assumes that it corresponds to a manifest
refresh and issues the respective load events. However, there are other
timeline updates that don't have a manifest refresh (e.g. ad state updates)and thus shouldn't issue these events.

PiperOrigin-RevId: 313150489
2020-05-27 19:00:00 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Replace TestUtil.joinByteArrays() with Guava's Bytes.concat() 2020-05-21 17:09:22 +01:00
core Make manifest loads on timeline refresh optional in FakeMediaSource. 2020-05-27 19:00:00 +01:00
dash Add createMediaSource method with manifest and media item 2020-05-21 17:10:30 +01:00
extractor Replace TestUtil.joinByteArrays() with Guava's Bytes.concat() 2020-05-21 17:09:22 +01:00
hls Merge pull request #7244 from tvarga-dss:cancel-hls-chunk-download-and-discard-upstream 2020-05-21 17:10:51 +01:00
smoothstreaming Simplify DownloadHelper 2020-05-21 17:08:43 +01:00
ui Update TrackSelectionDialogBuilder to use androidx compat Dialog. 2020-05-27 18:59:51 +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.