media/library
tonihei 156e2317cc Deprecate Player.DefaultEventListener in favor of default no-ops in interface.
The DefaultEventListener was added for selective overrides. Now that Java 8
support is enabled, these selective listener overrides can be implemented
more easily and more flexible using default methods.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201695490
2018-06-22 17:49:25 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Deprecate Player.DefaultEventListener in favor of default no-ops in interface. 2018-06-22 17:49:25 +01:00
dash Parse ms:laurl from ContentProtection in DASH 2018-06-22 17:46:45 +01:00
hls Report uri and response headers of chunks. 2018-06-22 17:41:51 +01:00
smoothstreaming Correctly report type of ParsingLoadable. 2018-06-18 11:09:43 +01:00
ui Deprecate Player.DefaultEventListener in favor of default no-ops in interface. 2018-06-22 17:49:25 +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.