• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-11,0297,895

README.mdD03-May-2024449 1510

build.gradleD03-May-20242 KiB6151

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