media/library
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
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Drop prefix test- from test methods under v2/library 2020-03-19 00:46:48 +00:00
core add media item based playlist methods 2020-03-19 00:47:04 +00:00
dash Merge pull request #7064 from davibe:enhancement/6907 2020-03-11 16:27:47 +00:00
extractor Drop prefix test- from test methods under v2/library 2020-03-19 00:46:48 +00:00
hls Drop prefix test- from test methods under v2/library 2020-03-19 00:46:48 +00:00
smoothstreaming Drop prefix test- from test methods under v2/library 2020-03-19 00:46:48 +00:00
ui remove deprecated usage of PlaybackParameter 2020-03-19 00:45:18 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.