media/library/core
krocard 0de938c4aa Do not inherit directly from AudioTrack.StreamEventCallback
This was causing issues old devices where the class
inheriting StreamEventCallback was loaded even though
it was not used.

Instead use an anonymous class that seem to be loaded
more lazily.

PiperOrigin-RevId: 337252687
2020-10-20 22:16:12 +01:00
..
src Do not inherit directly from AudioTrack.StreamEventCallback 2020-10-20 22:16:12 +01:00
build.gradle Switch to an 'api' dependency on Guava 2020-10-20 22:16:12 +01:00
proguard-rules.txt Suppress Guava-related ProGuard/R8 warnings 2020-10-17 11:41:41 +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.