media/library
tonihei 4df2262bcf Use Player.isPlaying in appropriate places.
This method should be used where we previously checked for active playback
by state==READY and playWhenReady=true. Using the new method ensures we take
audio focus into account for these usages.

Also update some method naming to avoid confusion with the isPlaying method.

Issue:#6203
PiperOrigin-RevId: 270910982
2019-10-02 21:25:56 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Rollback of 3b22db33ba 2019-10-02 21:25:39 +01:00
dash Call prepare and release from MediaSources 2019-09-22 00:16:07 +01:00
hls Call prepare and release from MediaSources 2019-09-22 00:16:07 +01:00
smoothstreaming Call prepare and release from MediaSources 2019-09-22 00:16:07 +01:00
ui Use Player.isPlaying in appropriate places. 2019-10-02 21:25:56 +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.