media/library/core
bachinger 2028fdd756 add media item based playlist methods
After this change users of ExoPlayerImpl and SimpleExoPlayer can use the media item base playlist API which converts the media item to a media source.

It adds the media item based methods to the ExoPlayer instead of the Player interface. This avoids a big change in the CastPlayer which requires migrating the cast extension to the MediaItem of the core module (follow up CLs).

PiperOrigin-RevId: 300575567
2020-03-19 00:47:04 +00:00
..
src add media item based playlist methods 2020-03-19 00:47:04 +00:00
build.gradle Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
proguard-rules.txt Fix proguard comment for DefaultMediaSourceFactory 2020-03-10 10:21:03 +00: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.