media/library
andrewlewis 6b13640eeb 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-09-30 11:55:27 +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-09-25 16:32:37 +01:00
core Fix position ramping behavior with AudioTrack speed params 2020-09-30 11:55:27 +01:00
dash Align live window to available DASH segments 2020-09-25 16:34:28 +01:00
extractor Parse TLEN duration in Mp3Extractor 2020-09-25 16:34:46 +01:00
hls Exclude Guava transitive annotation dependencies 2020-09-11 16:01:15 +01:00
smoothstreaming Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:43:41 +01:00
ui Do not require subtitleButton in custom layouts of StyledPlayerView 2020-09-30 11:55:18 +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.