mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
12 lines
300 B
Markdown
12 lines
300 B
Markdown
# DataSource module
|
|
|
|
Provides a `DataSource` abstraction and a number of concrete implementations for
|
|
reading data from different sources. Application code will not normally need to
|
|
depend on this module directly.
|
|
|
|
## Links
|
|
|
|
* [Javadoc][]
|
|
|
|
[Javadoc]: https://exoplayer.dev/doc/reference/index.html
|