Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 10,834 | 7,631 | ||
README.md | D | 03-May-2024 | 426 | 14 | 9 | |
build.gradle | D | 03-May-2024 | 1.9 KiB | 59 | 50 |
README.md
1# ExoPlayer HLS library module # 2 3Provides support for HTTP Live Streaming (HLS) content. To play HLS content, 4instantiate a `HlsMediaSource` and pass it to `ExoPlayer.prepare`. 5 6## Links ## 7 8* [Developer Guide][]. 9* [Javadoc][]: Classes matching `com.google.android.exoplayer2.source.hls.*` 10 belong to this module. 11 12[Developer Guide]: https://exoplayer.dev/hls.html 13[Javadoc]: https://exoplayer.dev/doc/reference/index.html 14