media/library/hls
ibaker a09960b8f4 Move HLS mapped track picking into a separate method
This helps reduce the amount of nesting in HlsSampleStreamWrapper.track()

PiperOrigin-RevId: 271983779
2019-10-13 12:08:24 +01:00
..
src Move HLS mapped track picking into a separate method 2019-10-13 12:08:24 +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.