media/library
tonihei 65c4a58825 Use Util method to create Handler instead of using deprecated method.
Calls to new Handler() without arguments are deprecated as of the latest Android
version. Replace them by a Util.createHandler call similar to the ones we
already have.

PiperOrigin-RevId: 283532891
2019-12-04 09:59:44 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Use Util method to create Handler instead of using deprecated method. 2019-12-04 09:59:44 +00:00
dash Use Util method to create Handler instead of using deprecated method. 2019-12-04 09:59:44 +00:00
hls Use Util method to create Handler instead of using deprecated method. 2019-12-04 09:59:44 +00:00
smoothstreaming Use Util method to create Handler instead of using deprecated method. 2019-12-04 09:59:44 +00:00
ui Fix typo in DefaultTimeBar javadoc 2019-12-04 09:59:24 +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.