media/library/dash
2019-05-30 15:26:32 +01:00
..
src Modify DashDownloaderTest to test if content length is stored 2019-05-30 15:26:32 +01:00
build.gradle Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:22:35 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 18:14:07 +01:00

ExoPlayer DASH library module

Provides support for Dynamic Adaptive Streaming over HTTP (DASH) content. To play DASH content, instantiate a DashMediaSource and pass it to ExoPlayer.prepare.

  • Developer Guide.
  • Javadoc: Classes matching com.google.android.exoplayer2.source.dash.* belong to this module.