media/library
andrewlewis 824b2a7305 Fix position ramping behavior with AudioTrack speed params
Non-realtime AudioTrack playback speed was not taken into account when
extrapolating the old mode's position, causing the position not to
advance smoothly.

This should be a no-op when not using AudioTrack playback params for
speed adjustment.

Issue: #7982
PiperOrigin-RevId: 334151163
2020-10-17 11:53:06 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Util.getStringForTime() prefixes negative times 2020-10-17 11:48:24 +01:00
core Fix position ramping behavior with AudioTrack speed params 2020-10-17 11:53:06 +01:00
dash Merge pull request #7968 from DolbyLaboratories:dev-v2-channelConfiguration 2020-10-17 11:48:14 +01:00
extractor Parse TLEN duration in Mp3Extractor 2020-10-17 11:51:36 +01:00
hls Exclude Guava transitive annotation dependencies 2020-09-11 16:02:37 +01:00
smoothstreaming Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:46:57 +01:00
ui Do not require subtitleButton in custom layouts of StyledPlayerView 2020-10-17 11:52:45 +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.