media/library/dash
andrewlewis 1c09af02f7 Fix handling of text codecs strings in DashManifestParser
Also fix an NPE in FfmpegAudioRenderer if sampleMimeType wasn't set.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208230947
2018-08-13 14:06:57 +01:00
..
src Fix handling of text codecs strings in DashManifestParser 2018-08-13 14:06:57 +01:00
build.gradle Use default Deserializers if non given to DownloadManager 2018-06-28 16:18:50 +01: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.