media/library
andrewlewis 21e593a14d Fix float output capability check
Float output is only possible from API 21, but the high-res int
to float conversion path was checking for 32-bit PCM not float
output capability.

PiperOrigin-RevId: 231172495
2019-01-30 19:45:37 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Fix float output capability check 2019-01-30 19:45:37 +00:00
dash Add start position to MediaSource.createPeriod. 2019-01-17 19:07:49 +00:00
hls Parse CHANNELS attribute from EXT-X-MEDIA 2019-01-30 19:44:56 +00:00
smoothstreaming Add start position to MediaSource.createPeriod. 2019-01-17 19:07:49 +00:00
ui Add missing @Nullable to SimpleExoPlayer fields and methods. 2019-01-21 13:18:55 +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.