media/library
tonihei e784d2c507 Add Player.isPlaying and Player.getPlaybackSuppressionReason
The player may suppress playback when waiting for audio focus even if the
state==Player.READY. There is currently no getter or callback to obtain this
piece of information for UI updates or analytics.

Also, it's a important derived state to know whether the playback position is
advancing. Add isPlaying and the corresponding callback to allow retrieving
this information more easily.

Issue:#6203
PiperOrigin-RevId: 268921721
2019-09-16 23:31:20 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Add Player.isPlaying and Player.getPlaybackSuppressionReason 2019-09-16 23:31:20 +01:00
dash Add Timeline.Window.uid. 2019-09-10 10:27:07 +01:00
hls Make live HLS default start position at least 2*target duration from live edge 2019-09-10 10:27:38 +01:00
smoothstreaming Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
ui allowing 36 characters for shuffle mode off 2019-09-13 13:50:33 +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.