media/library
olly 39c65c658e DataSpec: Make DataSpecTest more useful
- Replace tests specific to HTTP request headers with tests that
  more generally test constructor correctness.
- Add test specifically around the constructor that infers the
  HTTP method from postBody, since that's a non-trivial bit of
  constructor logic.

Note: In general, I'm not sure this type of test (i.e., testing a
bit of trivial copying through a constructor) is worth the cost
of writing and maintaining them. That said, checking the new
uriPositionOffset is calculated correctly is non-trivial, as is
the HTTP method inference, so keeping them for now.
PiperOrigin-RevId: 294488684
2020-02-11 22:10:26 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common DataSpec: Make DataSpecTest more useful 2020-02-11 22:10:26 +00:00
core Replace DataSpec.absoluteStreamPosition with uriPositionOffset 2020-02-11 22:10:17 +00:00
dash Move assets from dash to testdata module 2020-02-11 17:12:21 +00:00
extractor Merge pull request #6949 from DolbyLaboratories:dev-v2-assets 2020-02-11 17:12:55 +00:00
hls Replace DataSpec.absoluteStreamPosition with uriPositionOffset 2020-02-11 22:10:17 +00:00
smoothstreaming Move asssets from smoothstreaming to testdata module 2020-02-11 17:10:03 +00:00
ui Apply minimal layout change according to view size 2020-02-11 17:12:29 +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.