media/library
hoangtc 8dbec616c4 Use isAtLeast() instead of (>=) to make the tests clearer.
Replace assertThat(a >= b).isTrue() with assertThat(a).isAtLeast(b) because it
reads more natural, and in case the assertion fails, it will print out the
actual values to help debugging.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201371993
2018-06-20 18:34:22 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Use isAtLeast() instead of (>=) to make the tests clearer. 2018-06-20 18:34:22 +01:00
dash Add ability to update download requirements to DownloadService 2018-06-18 11:18:20 +01:00
hls Fix HlsMediaPlaylist download using HlsDownloadHelper 2018-06-20 18:04:20 +01:00
smoothstreaming Correctly report type of ParsingLoadable. 2018-06-18 11:09:43 +01:00
ui Don't show player controls unless key press is handled 2018-06-18 15:40: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.