media/library
tonihei 809234bc4f Mark all methods accessing SQLite databases as potentially blocking.
They are all marked with a JavaDoc comment and the @WorkerThread annotation
which is useful if apps are using threading annotations. All other public
methods in the same classes are marked with @AnyThread to avoid the impression
we forgot to annotate them.

PiperOrigin-RevId: 281490301
2019-11-22 15:08:46 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Mark all methods accessing SQLite databases as potentially blocking. 2019-11-22 15:08:46 +00:00
dash Rollback of <unknown commit> 2019-11-17 00:33:26 +00:00
hls Rollback of <unknown commit> 2019-11-17 00:33:26 +00:00
smoothstreaming Rollback of <unknown commit> 2019-11-17 00:33:26 +00:00
ui Rollback of <unknown commit> 2019-11-17 00:33:26 +00: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.