media/library/hls
2019-11-05 16:13:41 +00:00
..
src Fix detection of Dolby Atmos in HLS 2019-11-05 16:13:41 +00:00
build.gradle Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 18:14:07 +01:00

ExoPlayer HLS library module

Provides support for HTTP Live Streaming (HLS) content. To play HLS content, instantiate a HlsMediaSource and pass it to ExoPlayer.prepare.

  • Developer Guide.
  • Javadoc: Classes matching com.google.android.exoplayer2.source.hls.* belong to this module.