media/library
olly 3f16730763 Support generating notifications for paused downloads
- Android 12 will not allow our download service to be
  restarted from the background when conditions that
  allow downloads to continue are met. As an interim
  (and possibly permanent) solution, we'll keep the
  service in the foreground if there are unfinished
  downloads that would continue if conditions were met.
- Keeping the service in the foreground requires a
  foreground notification. Hence we need to be able to
  generate a meaningful notification for this state.

PiperOrigin-RevId: 391969986
2021-08-20 16:25:43 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Move TrackGroupTest and TrackGroupArrayTest to lib-common 2021-08-20 11:50:51 +01:00
core Support generating notifications for paused downloads 2021-08-20 16:25:43 +01:00
dash Support generating notifications for paused downloads 2021-08-20 16:25:43 +01:00
extractor Set format.sampleMimeType to TEXT_EXOPLAYER_CUES in SubtitleExtractor. 2021-08-20 11:44:06 +01:00
hls DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
rtsp Revert unwanted changes. 2021-08-12 16:31:51 +01:00
smoothstreaming DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
transformer Prototype video transcoding 2021-08-12 16:30:21 +01:00
ui Support generating notifications for paused downloads 2021-08-20 16:25:43 +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.