media/library
ibaker df0e89c167 Make DefaultHttpDataSourceContractTest an instrumentation test
Robolectric uses the JRE HttpURLConnection [1], while real Android
devices and emulators use OkHttp to implement HttpURLConnection. This
can lead to important differences in behaviour, so it's better to use
instrumentation tests when specific HTTP behaviour is important.

[1] https://github.com/robolectric/robolectric/issues/6769#issuecomment-943556156

PiperOrigin-RevId: 408840295
2021-11-11 13:50:36 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Fix TrackSelectionOverrides javadoc 2021-11-11 13:36:37 +00:00
core Add missing deprecation for old track selection override getters. 2021-11-11 13:35:15 +00:00
dash Add @Deprecated to MediaSourceFactory deprecated overrides 2021-11-11 13:33:49 +00:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Make DefaultHttpDataSourceContractTest an instrumentation test 2021-11-11 13:50:36 +00:00
decoder Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
extractor Merge pull request #9543 from KasemJaffer:rf64 2021-11-11 13:34:48 +00:00
hls Add @Deprecated to MediaSourceFactory deprecated overrides 2021-11-11 13:33:49 +00:00
rtsp Add missing RetentionPolicy for IntDef 2021-11-03 15:57:29 +00:00
smoothstreaming Add @Deprecated to MediaSourceFactory deprecated overrides 2021-11-11 13:33:49 +00:00
transformer Fix END_OF_STREAM transformer timestamp matching previous. 2021-11-03 15:58:05 +00:00
ui Migrate usages of Window-based Player methods 2021-11-02 13:10:20 +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.