media/library
tonihei 7e46d34788 Add EventListener.onPlaybackSuppressionReasonChanged
Adding this callback makes sense for completeness (we have similar callbacks
for all other playback state properties), and also to detect audio focus loss
while buffering which would currently trigger no callback because isPlaying
is still false.

Issue:#6203
PiperOrigin-RevId: 271347351
2019-10-13 12:03:18 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Add EventListener.onPlaybackSuppressionReasonChanged 2019-10-13 12:03:18 +01:00
dash Avoid retrying fatal errors 2019-09-18 15:28:19 -07:00
hls When the HLS container format is not packed audio, reset timestmap offset 2019-09-20 12:33:13 -07:00
smoothstreaming Avoid retrying fatal errors 2019-09-18 15:28:19 -07:00
ui Use Player.isPlaying in appropriate places. 2019-10-13 12:01:04 +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.