media/library/common
christosts 16e31a8495 Populate ICY headers into MediaMetadata
Populate ICY headers into MediaMetadata so that they can
propagate to the app via AnalyticsListener#onMediaMetadataChanged().
This change copies IcyHeaders.name into MediaMetadata.description
and IcyHeaders.genre into MediaMetadata.genre.

Note: MediaItem.metadata maintain their precedence and overwrite any
ICY headers parsed.

Issue: google/ExoPlayer#9677

PiperOrigin-RevId: 410495676
2021-11-18 14:20:26 +00:00
..
src Populate ICY headers into MediaMetadata 2021-11-18 14:20:26 +00:00
build.gradle Remove dependency from common tests to exoplayer 2021-11-01 09:54:23 +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.