media/extensions
olly 47133f46cb Keep method signature together when overriding
Not important, but when overriding a method that can return null,
it seems preferable to put @Override first, followed by what it's
overriding (which includes the @Nullable).

Also remove explicit @NonNull use in the core library. @NonNull is
propagated by default, so this is redundant.

PiperOrigin-RevId: 296188379
2020-02-25 21:22:10 +00:00
..
2020-02-11 17:10:41 +00:00
2020-02-17 17:40:30 +00:00
2020-02-25 21:21:13 +00:00
2020-02-13 15:45:30 +00:00
2020-02-17 17:40:30 +00:00
2019-10-04 13:31:40 +01:00
2020-02-17 17:40:30 +00:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.