media/library/core
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
..
src Add Player.isPlaying and Player.getPlaybackSuppressionReason 2019-09-16 23:31:20 +01:00
build.gradle Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
proguard-rules.txt Rollback of 9f55045eeb 2019-08-23 16:59:18 +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.