media/library
andrewlewis 245c59cecc Factor out position tracking from DefaultAudioSink
DefaultAudioSink had a lot of code related to tracking the position of the
underlying AudioTrack, and working around issues with the position APIs.

Move this code to a separate class responsible for position tracking. This is in
preparation for improving the audio timestamp polling behavior.

This change is intended not to cause any behavior changes.

Issue: #3841

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=189344743
2018-03-28 00:02:54 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Factor out position tracking from DefaultAudioSink 2018-03-28 00:02:54 +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.