media/library
tonihei 4d2a2384d6 Add convenience constructor methods.
When passing in ExtractorFactory instances to SimpleExoPlayer.Builder or
DefaultMediaSourceFactory, we currently need to pass in one other
instance (RenderersFactory or DataSource.Factory), that developers will
often set to its default. To avoid specifying these defaults, these new
convience methods allow to just set the ExtractorsFactory if required.

PiperOrigin-RevId: 330908002
2020-09-11 13:29:02 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Make User-Agent optional 2020-09-09 09:45:48 +01:00
core Add convenience constructor methods. 2020-09-11 13:29:02 +01:00
dash Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:46:57 +01:00
extractor Make User-Agent optional 2020-09-09 09:45:48 +01:00
hls Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:46:57 +01:00
smoothstreaming Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:46:57 +01:00
ui Fix not to show repeat button when its mode is NONE. 2020-09-09 09:45:54 +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.