• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-10,8347,631

README.mdD03-May-2024426 149

build.gradleD03-May-20241.9 KiB5950

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