Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | H | 25-Apr-2025 | - | 16,646 | 10,447 | |
README.md | H A D | 25-Apr-2025 | 300 | 12 | 7 | |
build.gradle | H A D | 25-Apr-2025 | 2.8 KiB | 68 | 61 | |
proguard-rules.txt | H A D | 25-Apr-2025 | 577 | 13 | 10 |
README.md
1# DataSource module 2 3Provides a `DataSource` abstraction and a number of concrete implementations for 4reading data from different sources. Application code will not normally need to 5depend on this module directly. 6 7## Links 8 9* [Javadoc][] 10 11[Javadoc]: https://exoplayer.dev/doc/reference/index.html 12