media/library
olly 9ccbb5bd6d Add some missing Nullable annotations
Also remove NonNull, since we assume NonNull by default. Except
where explicitly overriding a method with NonNull annotated args,
in which case we're still expected to use it.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=209758204
2018-08-24 15:47:31 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Add some missing Nullable annotations 2018-08-24 15:47:31 +01:00
dash Replace period index with uid in MediaPeriodId. 2018-08-24 15:32:11 +01:00
hls Add some missing Nullable annotations 2018-08-24 15:47:31 +01:00
smoothstreaming Make HLS and SS chunk iterators private. 2018-08-24 15:33:41 +01:00
ui Add some missing Nullable annotations 2018-08-24 15:47:31 +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.