media/library
andrewlewis 501f464217 Add support for using framework speed adjustment
AudioTrack.setPlaybackParams can be used to adjust playback speed.
This is preferable to application-level speed adjustment (currently
implemented in ExoPlayer) from API 23 because the speed change
occurs in the mixer, which means that the audio track buffer doesn't
need to drain out before the speed adjustment takes effect.

Issue: #7502
PiperOrigin-RevId: 326392301
2020-08-17 16:10:50 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Increase flexibility of ISM URL handling 2020-08-17 16:09:01 +01:00
core Add support for using framework speed adjustment 2020-08-17 16:10:50 +01:00
dash Fix ExoMediaCryptoType attachment 2020-08-07 19:02:42 +01:00
extractor Fix miscellaneous nits 2020-08-17 16:09:19 +01:00
hls Create a DumpFileAsserts from the dumpfile logic in FakeExtractorOutput 2020-08-17 16:08:24 +01:00
smoothstreaming Increase flexibility of ISM URL handling 2020-08-17 16:09:01 +01:00
ui Cleanup unused ui resources and code 2020-08-17 16:10:40 +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.