media/extensions
tonihei f8d81d05a4 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-20 10:07:10 -07:00
..
cast Add Player.isPlaying and Player.getPlaybackSuppressionReason 2019-09-20 10:07:10 -07:00
cronet Add HttpDataSource.getResponseCode to provide the status code associated with the most recent HTTP response. 2019-09-02 14:38:24 +01:00
ffmpeg Bump annotations dependency 2019-08-02 19:08:20 +01:00
flac Simplify androidTest manifests & fix links to use https 2019-09-02 14:39:02 +01:00
gvr Bump annotations dependency 2019-08-02 19:08:20 +01:00
ima Defer adsManager.init until the timeline has loaded 2019-09-02 14:36:21 +01:00
jobdispatcher Tweak Firebase JobDispatcher extension README 2019-08-01 20:48:59 +01:00
leanback Bump annotations dependency 2019-08-02 19:08:20 +01:00
mediasession disable seekbar in media style notification for live stream 2019-09-16 17:09:02 -07:00
okhttp Upgrade to OkHttp 3.12.5 2019-09-16 17:11:05 -07:00
opus Simplify androidTest manifests & fix links to use https 2019-09-02 14:39:02 +01:00
rtmp Upgrade librtmp-client to 3.1.0 2019-09-02 14:33:51 +01:00
vp9 Simplify androidTest manifests & fix links to use https 2019-09-02 14:39:02 +01:00
workmanager Upgrade dependency versions 2019-08-02 18:56:03 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.