mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
This allows apps to customise the HTTP DataSource while still supporting non-HTTP URIs as well, as documented in our dev guide: https://exoplayer.dev/network-stacks.html#configuring-exoplayer-to-use-a-specific-network-stack PiperOrigin-RevId: 437209880 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| proguard-rules.txt | ||
| README.md | ||
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.