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