media/library
bachinger 4bb6036cf6 add playback state changed listener
This change deprecates Player.onPlayerStateChanged(boolean pwr, int state). It removes deprecation for trivial cases. I'll remove other deprecated usages (mostly in ui module) in follow-up CLs to not bloat this CL.

PiperOrigin-RevId: 292917872
2020-02-11 17:07:03 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Remove deprecated Format.createSampleFormat 2020-02-03 14:44:56 +00:00
core add playback state changed listener 2020-02-11 17:07:03 +00:00
dash Add missing @deprecated tag 2020-02-11 17:06:55 +00:00
extractor Add possibility to update ExtractorOutput duration 2020-02-11 17:06:48 +00:00
hls Change Format.createTextSampleFormat for common uses cases 2020-02-03 11:20:56 +00:00
smoothstreaming Make resolveSeekPositionUs an instance method 2020-01-24 11:10:56 +00:00
ui add playback state changed listener 2020-02-11 17:07:03 +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.