Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 3,437 | 2,384 | ||
README.md | D | 03-May-2024 | 467 | 15 | 10 | |
build.gradle | D | 03-May-2024 | 2 KiB | 61 | 51 |
README.md
1# ExoPlayer SmoothStreaming library module # 2 3Provides support for Smooth Streaming content. To play Smooth Streaming content, 4instantiate a `SsMediaSource` and pass it to `ExoPlayer.prepare`. 5 6## Links ## 7 8* [Developer Guide][]. 9* [Javadoc][]: Classes matching 10 `com.google.android.exoplayer2.source.smoothstreaming.*` belong to this 11 module. 12 13[Developer Guide]: https://exoplayer.dev/smoothstreaming.html 14[Javadoc]: https://exoplayer.dev/doc/reference/index.html 15