mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

- When calculating the downloaded percentage in DASH, there was no way to disambiguate between 0 of 0 segments being downloaded because there are no cached indexes (i.e. 0% downloaded) and 0 of 0 segments being downloaded because the index defines 0 segments (i.e. 100% downloaded). - Also replace use of NaN with a named constant. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194453202
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.