media/library
ibaker cb414e8743 Change FakeRenderer to take a track type instead of a list of formats
The assertion about the expected formats doesn't really belong in a
fake, the assertions should be closer to the test method.

This gets in the way when I try and write a new test in
AnalyticsCollectorTest that doesn't use the expected, constant Format
(because i want to specify drmInitData) - but changing the expected
Format is tricky because it's hard-coded into the FakeVideoRenderer
inner class.

I replaced the assertion in FakeRenderer with assertions in test
methods that used to assert on the format count.

PiperOrigin-RevId: 301353072
2020-03-19 00:49:10 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Clarify DataSpec.httpRequestHeaders documentation 2020-03-19 00:47:49 +00:00
core Change FakeRenderer to take a track type instead of a list of formats 2020-03-19 00:49:10 +00:00
dash Merge pull request #7064 from davibe:enhancement/6907 2020-03-11 16:27:47 +00:00
extractor Drop prefix test- from test methods under v2/library 2020-03-19 00:46:48 +00:00
hls Drop prefix test- from test methods under v2/library 2020-03-19 00:46:48 +00:00
smoothstreaming Drop prefix test- from test methods under v2/library 2020-03-19 00:46:48 +00:00
ui Add option for sensor rotation in 360 playbacks 2020-03-19 00:47:12 +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.