media/library/core
olly fbb76243bd Clean up DRM post requests
- Explicitly specify HTTP_METHOD_POST (previously this was
  implicit as a result of the body data being non-null)
- Use null when there's no body data (it's converted to
  null inside of the DataSpec constructor anyway)

PiperOrigin-RevId: 256573384
2019-07-05 17:33:13 +01:00
..
src Clean up DRM post requests 2019-07-05 17:33:13 +01:00
build.gradle Remove cronet extension nullness blacklist 2019-05-23 13:29:35 +01:00
proguard-rules.txt Use MediaSourceFactory interface to simplify DownloadHelper 2019-05-15 20:13:59 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.