• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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