
When we play downloaded content, we rely on the manifest filters to produce a manifest that contains only the content that was downloaded. It makes sense just to use the same filters during download too, so we don't have to worry about any implementation differences. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194380704
ExoPlayer SmoothStreaming library module
Provides support for Smooth Streaming content. To play Smooth Streaming content,
instantiate a SsMediaSource
and pass it to ExoPlayer.prepare
.
Links
- Javadoc: Classes matching
com.google.android.exoplayer2.source.smoothstreaming.*
belong to this module.