media/extensions
olly 961adb7e36 Cast: Add MediaItemConverter
For now this just moves some code from the demo app to the extension.
Eventually the goal would be to have CastPlayer playlist methods take
MediaItem, have CastPlayer convert them internally to MediaQueueItem
for sending to the Cast SDK, and also allow reverse conversion so we
can reconstruct MediaItems from the Cast SDK's queue.

PiperOrigin-RevId: 260548020
2019-07-29 21:28:45 +01:00
..
cast Cast: Add MediaItemConverter 2019-07-29 21:28:45 +01:00
cronet CronetDataSource: Fix invalid Javadoc tag 2019-07-14 16:21:24 +01:00
ffmpeg Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
flac Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
gvr Fix checkerframework 2.8.2 warnings. 2019-07-02 17:44:17 +01:00
ima add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
jobdispatcher Deprecate JobDispatcherScheduler 2019-05-23 13:26:35 +01:00
leanback add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
mediasession add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
okhttp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
opus Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
rtmp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
vp9 Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
workmanager Merge pull request #5617 from loki666:workmanager 2019-05-20 15:12:57 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.