media/library
olly 3fae0b8e6e Fix analyze/lint errors
- Lint doesn't like a static import of something not available on
  the minimum API level.
- The method linked to in the Javadoc was incorrect (wrong signature).
  I couldn't really work out why it was there, so I got rid of it
  rather than updating.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179222587
2017-12-15 20:29:00 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Fix analyze/lint errors 2017-12-15 20:29:00 +00:00
dash Make DashMediaSource.Builder a factory for DashMediaSources 2017-12-12 21:57:19 +00:00
hls Update SingleSampleMediaSource with factory/listener changes 2017-12-15 16:23:19 +00:00
smoothstreaming Make SsMediaSource.Builder a factory for SsMediaSources 2017-12-12 21:58:36 +00:00
ui Add missing attrs to SimpleExoplayerView 2017-12-15 16:24:16 +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.