media/library
claincly bf04bb5bc0 Fix that loadingFinished is never set to true.
Previously loadingFinished will never be set to true because it started in
false, and we are and'ing it with `canceled`.

#minor-release

PiperOrigin-RevId: 370662456
2021-04-27 17:42:09 +01:00
..
all Add Transformer "Getting started" page 2021-02-03 15:03:16 +00:00
common Publish ExoPlayer's support for RTSP. 2021-04-27 17:41:38 +01:00
core Publish ExoPlayer's support for RTSP. 2021-04-27 17:41:38 +01:00
dash Fix 1 ErrorProneStyle finding: 2021-04-26 18:01:38 +01:00
extractor Re-format some javadoc 2021-04-21 18:46:00 +01:00
hls Re-format some javadoc 2021-04-21 18:46:00 +01:00
rtsp Fix that loadingFinished is never set to true. 2021-04-27 17:42:09 +01:00
smoothstreaming Re-format some javadoc 2021-04-21 18:46:00 +01:00
transformer Adds Format to MediaCodecAdapter.Configuration. 2021-04-21 09:48:46 +01:00
ui Re-format some javadoc 2021-04-21 18:46:00 +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.