olly 6ef82e4423 Move upstream components to common
Common houses DataSource as an interface for reading data,
but most of the concrete implementations are in ExoPlayer.
This means that in practice, if an app wants to use a module
that reads using DataSource (e.g. extractor), they may be
forced to depend on ExoPlayer as well to get a concrete
implementation (e.g. FileDataSource). This change moves the
DataSource implementations into common to resolve this.

PiperOrigin-RevId: 403222081
2021-10-15 12:37:18 +01:00
..
2021-10-15 12:37:18 +01:00
2021-10-12 19:40:44 +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.

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