media/libraries/datasource
ibaker 636a4a8538 Add javadoc links to README files
Fix some other link titles and destinations spotted along the way.

#minor-release

PiperOrigin-RevId: 493276172
2022-12-12 11:19:23 +00:00
..
src Deprecate C.POSITION_UNSET in favour of C.INDEX_UNSET 2022-12-12 11:09:18 +00:00
build.gradle Fix instrumentation tests not working via Gradle 2022-09-30 18:03:11 +00:00
proguard-rules.txt Update to androidx.media3 2021-10-27 09:12:46 +01:00
README.md Add javadoc links to README files 2022-12-12 11:19:23 +00:00

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.