media/library
tonihei 9f20683a6c Factor out Handler creation in construtor to prevent warning suppression.
Using new Handler(this) in a constructor potentially leaks an uninitialized
object. This is mostly not a problem because we don't use the Handler within
the constructor. Added a Util method to keep the warning suppression local.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199605377
2018-06-18 10:49:16 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Factor out Handler creation in construtor to prevent warning suppression. 2018-06-18 10:49:16 +01:00
dash Factor out Handler creation in construtor to prevent warning suppression. 2018-06-18 10:49:16 +01:00
hls Merge pull request #4314 from TakuSemba/fix-bug-when-loading-init-data 2018-06-05 19:25:01 +01:00
smoothstreaming Explicitly null MediaPeriod callbacks on release 2018-06-05 12:43:59 +01:00
ui Fix track selection nullability issues. 2018-06-05 12:45:55 +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.