media/library/smoothstreaming
tonihei ffdc17d0e0 Remove generic type parameter from TransferListener.
All known instances use DataSource as generic type and thus code can be simplified
by removing the generic type altogether.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=205798542
2018-07-24 14:56:45 +01:00
..
src Remove generic type parameter from TransferListener. 2018-07-24 14:56:45 +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 SmoothStreaming library module

Provides support for Smooth Streaming content. To play Smooth Streaming content, instantiate a SsMediaSource and pass it to ExoPlayer.prepare.

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