media/library/common
tonihei 36ef3328d9 Add missing events to AnalyticsListener.
And also add a test that all Player.Listener events are forwarded
to AnalyticsListener.

The AnalyticsCollector also needlessly implemented
Video/AudioRendererEventListener, which is not needed because all of
the equivalent methods are called directly and never through the
interface.

#minor-release

PiperOrigin-RevId: 427478000
2022-02-17 10:17:50 +00:00
..
src Add missing events to AnalyticsListener. 2022-02-17 10:17:50 +00:00
build.gradle Revert e148a678ac 2021-12-14 10:29:51 +00:00
proguard-rules.txt Add datasource module 2021-10-25 13:49:14 +01:00
README.md Tidy READMEs 2021-10-26 14:08:21 +01:00

Common module

Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.