media/library/smoothstreaming
2019-07-02 17:46:30 +01:00
..
src Visibility clean-up: Don't extend visibility of protected methods in overrides. 2019-07-02 17:46:30 +01:00
build.gradle Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:22:35 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 18:14:07 +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.

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