media/library/smoothstreaming
olly 3afdd7ac5a Put @Nullable annotation in the right place
PiperOrigin-RevId: 249828748
2019-05-30 15:10:55 +01:00
..
src Put @Nullable annotation in the right place 2019-05-30 15:10:55 +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.