media/library/dash
olly 7b84a1ead7 DownloadManager.getCurrentDownloads: Return list instead of array
- Allows enforcing immutability, which in a future CL will allow
  avoiding allocating a new array/list on every call.
- Also some left over doc cleanup from the DownloadState rename.

PiperOrigin-RevId: 243627352
2019-04-16 15:27:03 +01:00
..
src DownloadManager.getCurrentDownloads: Return list instead of array 2019-04-16 15:27:03 +01:00
build.gradle Migrate to androidx 2019-02-19 13:22:54 +00:00
proguard-rules.txt Use default Deserializers if non given to DownloadManager 2018-06-28 16:18:50 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +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.