media3/library/smoothstreaming
tonihei 4f640bc62e Add SequencableLoader.isLoading
This method allows the player to figure out whether we still have an ongoing
load even if LoadControl.shouldContinueLoading returns false.

PiperOrigin-RevId: 272445577
2019-10-02 21:30:07 +01:00
..
2019-10-02 21:30: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.