media/library/hls
2019-10-13 12:04:12 +01:00
..
src Reshuffle {audio,video}SampleQueue{Index,MappingDone} into fields mapped by type 2019-10-13 12:04:12 +01:00
build.gradle Bump annotations dependency 2019-08-02 19:08:20 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 20:03:46 +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.