media/library
andrewlewis b01075f325 Play out remaining data on reconfiguration
Before this change we'd release the audio track and create a new one as soon
as audio processors had drained when reconfiguring.

Fix this behavior by stop()ing the AudioTrack to play out all written data.

Issue: #2446
PiperOrigin-RevId: 244812402
2019-04-26 18:27:53 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Play out remaining data on reconfiguration 2019-04-26 18:27:53 +01:00
dash Further improve DownloadService action names & methods 2019-04-18 23:45:49 +01:00
hls Improve progress reporting logic 2019-04-18 23:24:11 +01:00
smoothstreaming Improve progress reporting logic 2019-04-18 23:24:11 +01:00
ui Play out remaining data on reconfiguration 2019-04-26 18:27:53 +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.