mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Also fixed the javadoc link in devsite and removed javadoc links from decoder extensions as it is not published yet on developer.android.com.
#minor-release
PiperOrigin-RevId: 520636868
(cherry picked from commit 6a928805d4)
11 lines
336 B
Markdown
11 lines
336 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://developer.android.com/reference/androidx/media3/datasource/package-summary
|