Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 11,029 | 7,895 | ||
README.md | D | 03-May-2024 | 449 | 15 | 10 | |
build.gradle | D | 03-May-2024 | 2 KiB | 61 | 51 |
README.md
1# ExoPlayer DASH library module # 2 3Provides support for Dynamic Adaptive Streaming over HTTP (DASH) content. To 4play DASH content, instantiate a `DashMediaSource` and pass it to 5`ExoPlayer.prepare`. 6 7## Links ## 8 9* [Developer Guide][]. 10* [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.dash.*` 11 belong to this module. 12 13[Developer Guide]: https://exoplayer.dev/dash.html 14[Javadoc]: https://exoplayer.dev/doc/reference/index.html 15