media/library
andrewlewis c9d827fa2c Poll the audio timestamp more frequently at the start of playback
Add logic to poll AudioTimestamp at different rates depending on when
playback starts and how the audio timestamp advances.

This fixes a pause about 500 ms after starting playback that occurs on some
devices and also makes our polling interval match the recommendations of the
AudioTrack documentation.

Issue: #3830
Issue: #3841

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=189765200
2018-03-28 00:16:26 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Poll the audio timestamp more frequently at the start of playback 2018-03-28 00:16:26 +01:00
dash Use @IntDef for some more int-based enumerations 2018-03-13 15:41:06 +00:00
hls Use @IntDef for some more int-based enumerations 2018-03-13 15:41:06 +00:00
smoothstreaming Use @IntDef for some more int-based enumerations 2018-03-13 15:41:06 +00:00
ui Hide internal DownloadManager states 2018-03-12 15:19:16 +00: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.