media/library/common
tonihei 89ea38d155 Handle all messages in FakeClock.
Currently only delayed messages are handled. Change this to handling
all messages so that we have more control over their execution order.

This requires adding a new wrapper type for the Message to support
the obtainMessage + sendToTarget use case.

PiperOrigin-RevId: 353876557
2021-01-26 17:13:15 +00:00
..
src Handle all messages in FakeClock. 2021-01-26 17:13:15 +00:00
build.gradle Add gzip support to WebServerDispatcher 2021-01-19 19:23:57 +00:00
proguard-rules.txt Suppress ProGuard warnings related to Guava's compile-only deps 2020-11-02 22:56:21 +00:00
README.md Split out extractor and common modules 2020-01-24 18:15:19 +00:00

ExoPlayer common library module

Common code used by other ExoPlayer modules.

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