media/library
olly 0ed7ddecd7 Reduce the number of cache files
- Increase the default cache file size to 5MB
- Recommended a minimum cache file size of 2MB to discourage
  applications from specifying values small enough such that
  unreasonably large numbers of cache files are generated
- Allow maxCacheFileSize=C.LENGTH_UNSET, equivalent to setting it
  to MAX_VALUE. This is just for API consistency with other APIs
  we have that accept LENGTH_UNSET

Issue: #4253
PiperOrigin-RevId: 227524233
2019-01-08 07:32:51 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Reduce the number of cache files 2019-01-08 07:32:51 +00:00
dash Don't create Downloads until DownloadManager is initialized 2018-12-18 19:45:58 +00:00
hls Add simplified adaptive media source stream key filter to factory classes. 2018-12-14 15:42:36 +00:00
smoothstreaming Add test for SsMediaPeriod.getStreamKeys 2018-12-18 19:45:29 +00:00
ui Improve doc for setKeepContentOnPlayerReset. 2019-01-08 07:31:49 +00: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.