media/library
ibaker 79d627d441 Simplify EventMessageEncoder/Decoder serialization
We're no longer tied to the emsg spec, so we can skip unused fields
and assume ms for duration.

Also remove @Nullable annotation from EventMessageEncoder#encode, it
seems the current implementation never returns null

PiperOrigin-RevId: 262135009
2019-08-09 18:34:37 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Simplify EventMessageEncoder/Decoder serialization 2019-08-09 18:34:37 +01:00
dash Fix DASH module API nullability issues and add package-level non-null-by-default 2019-08-09 18:33:58 +01:00
hls Fix HLS module API nullability issues and add package-level non-null-by-default 2019-08-09 18:34:18 +01:00
smoothstreaming Update stale TrackSelections in chunk sources when keeping the streams. 2019-08-05 20:27:24 +01:00
ui Fix UI module API nullability annotations and make non-null-by-default. 2019-08-06 15:53:06 +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.