media/library
olly 6edf9c31bf DownloadService: Only call getScheduler once
The second getScheduler() call violates the documentation of
the class, which states that getScheduler() is not called if
foregroundNotificationId if FOREGROUND_NOTIFICATION_ID_NONE.
Presumably implementing subclasses would return null, in which
case this didn't do any harm, but we should make sure the
implementation behaves as documented regardless.

PiperOrigin-RevId: 397167603
2021-09-16 22:44:06 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Move FlacConstant to lib-extractor 2021-09-16 22:39:14 +01:00
core DownloadService: Only call getScheduler once 2021-09-16 22:44:06 +01:00
dash Fix DashChunkSource @param name 2021-09-14 12:13:35 +01:00
extractor Move FlacConstant to lib-extractor 2021-09-16 22:39:14 +01:00
hls Fix HLS endless retrying on load errors 2021-09-16 12:14:33 +01:00
rtsp Fix RTSP WWW-Authenticate header parsing. 2021-09-16 16:50:54 +01:00
smoothstreaming Use @C.TrackType more widely 2021-09-14 12:04:11 +01:00
transformer Add factory methods to create MediaCodecAdapter.Configuration 2021-09-16 12:03:30 +01:00
ui Fix javadoc consistency 2021-09-14 11:56:45 +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.