media/library
aquilescanta 17723c0836 Simplify network-related error codes
This change removes ERROR_CODE_IO_NETWORK_UNAVAILABLE,
ERROR_CODE_IO_NETWORK_CONNECTION_CLOSED, and ERROR_CODE_IO_DNS_FAILED
in favor of keeping only ERROR_CODE_IO_NETWORK_CONNECTION_FAILED.

PiperOrigin-RevId: 388715972
2021-08-04 19:05:41 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Simplify network-related error codes 2021-08-04 19:05:41 +01:00
core Simplify network-related error codes 2021-08-04 19:05:41 +01:00
dash Fix parameter names on overridden methods 2021-07-29 21:09:30 +01:00
extractor Tweak use of TimestampAdjuster for seeking 2021-08-04 19:03:06 +01:00
hls Set HlsSampleStreamWrapper.trackType for audio-only playlists 2021-08-04 19:02:50 +01:00
rtsp Merge pull request #9247 from colinbarr:dev-v2-rtsp-fmtp-trailing-semicolon 2021-08-04 19:04:04 +01:00
smoothstreaming Fix parameter names on overridden methods 2021-07-29 21:09:30 +01:00
transformer Remove ExoPlaybackException factory method that doesn't take errorCode 2021-07-09 09:10:19 +01:00
ui Fix parameter names on overridden methods 2021-07-28 09:15:29 +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.