media/library/dash
aquilescanta 6e9df31e7d Add links to the developer guide in some READMEs
PiperOrigin-RevId: 248221982
2019-05-15 20:03:46 +01:00
..
src Merge pull request #5760 from matamegger:feature/hex_format_tags_in_url_template 2019-05-05 11:44:11 -07:00
build.gradle Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:42:20 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 20:03:46 +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.