media/library/core
krocard e1beb1d194 Expose experimental offload scheduling
Add a new scheduling mode that stops ExoPlayer main loop
when the audio offload buffer is full and resume it when
it has been partially played.

This mode needs to be enabled and dissabled manually by the app
for now.

#exo-offload

PiperOrigin-RevId: 315860373
2020-06-12 00:24:57 +01:00
..
src Expose experimental offload scheduling 2020-06-12 00:24:57 +01:00
build.gradle Fix Guava deps from compileOnly to implementation 2020-05-21 17:09:03 +01:00
proguard-rules.txt Simplify DownloadHelper 2020-05-21 17:08:43 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.