media/library/dash
2019-04-12 10:49:48 +02:00
..
src Allow hex format tags when parsing url templates 2019-04-12 10:49:48 +02:00
build.gradle Update Robolectric and Truth. 2019-02-18 15:59:32 +00:00
proguard-rules.txt Use default Deserializers if non given to DownloadManager 2018-06-28 16:18:50 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +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.

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