media/library/core
bachinger d0fc83ed8a Playlist API: move media item based API to Player
This moves the playlist API methods to the Player interface. Implementation is moved from ExoPlayerImpl to BasePlayer where possible.

Further the CastPlayer is changed to implement the Player interface. Proper migration of the Playermanager to not use the ConcatenatingMediaSource anymore follows in a separate, future CL.

PiperOrigin-RevId: 302937779
2020-03-27 23:30:46 +00:00
..
src Playlist API: move media item based API to Player 2020-03-27 23:30:46 +00:00
build.gradle Exclude transitive dependency on core for androidTest 2020-03-25 13:04:35 +00:00
proguard-rules.txt Add shell for FfmpegVideoRenderer 2020-03-19 00:50:55 +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.