media/library
ibaker 6285564904 Clarify that ExoPlayer.Builder constructor overloads only exist for R8
Also add a setRenderersFactory() method, so that all constructor-provided
components can also be passed via setters.

This comment already appears on the constructor that takes all
components, but it applies to these ones as well.

PiperOrigin-RevId: 405917343
2021-10-29 11:17:27 +01:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Remove IntRange from Player.getMediaItemAt 2021-10-29 11:10:14 +01:00
core Clarify that ExoPlayer.Builder constructor overloads only exist for R8 2021-10-29 11:17:27 +01:00
dash Tidy READMEs 2021-10-26 14:08:21 +01:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Add database module 2021-10-26 14:19:43 +01:00
decoder Tidy READMEs 2021-10-26 14:08:21 +01:00
extractor Allow missing full_range_flag in colr box with type=nclx 2021-10-27 13:25:27 +01:00
hls Remove all references to @NonNull 2021-10-29 11:03:05 +01:00
rtsp Tidy READMEs 2021-10-26 14:08:21 +01:00
smoothstreaming Tidy READMEs 2021-10-26 14:08:21 +01:00
transformer Refactor nullness checks in renderers. 2021-10-29 11:13:49 +01:00
ui Tidy READMEs 2021-10-26 14:08:21 +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.