media/library/core
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
..
src Add EventListener.onPlaybackSuppressionReasonChanged 2019-10-13 12:03:18 +01:00
build.gradle Bump annotations dependency 2019-08-02 19:08:20 +01:00
proguard-rules.txt Add DownloadHelper.createMediaSource utility method 2019-05-15 19:47:43 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.