media/library/core
tonihei 8becf02c30 Replace all database.beginTransaction with beginTransactionNonExclusive
This ensures other database readers can continue reading while we do our
write transaction.

PiperOrigin-RevId: 281520758
2019-11-22 15:38:16 +00:00
..
src Replace all database.beginTransaction with beginTransactionNonExclusive 2019-11-22 15:38:16 +00:00
build.gradle Add testutils as test dep of library-core module 2019-11-22 15:37:59 +00:00
proguard-rules.txt Extract vpx code used for GL rendering to common classes 2019-10-02 21:27:27 +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.