media/library
ibaker d29d452617 Switch (Mp4)WebvttDecoderTest to use Truth's Expect
This means multiple failures are all logged, instead of the test
stopping when the first assertion fails. Makes tests like this with
lots of independent assertions much easier to work with.

I limited the expect to a single assertCues() call, otherwise
the error message gets very long and is hard to read, but I
still think this is an improvement.

PiperOrigin-RevId: 277523300
2019-11-05 16:13:18 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Switch (Mp4)WebvttDecoderTest to use Truth's Expect 2019-11-05 16:13:18 +00:00
dash Replace usages of SampleQueue.hasNextSample with isReady 2019-10-30 08:51:42 +00:00
hls Add @Documented and JavaDoc to HlsMetadataType. 2019-11-05 16:13:02 +00:00
smoothstreaming Add SequencableLoader.isLoading 2019-10-02 21:30:07 +01:00
ui Change nested ternary to switch in SubtitlePainter 2019-10-30 08:51:57 +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.