media/extensions
bachinger ae421bb50c Add separate interface RatingCallback to handle user ratings.
To support Google Assistant media apps need to support the action
ACTION_SET_RATING. Before this change developers have to use a QueueEditor for
this which does not have any other mandatory actions required for Assistant.
With this change developers can implement the rating action with the
PlaybackPreparer which they need to implement anyway to support Assistant.

https://developer.android.com/guide/topics/media-apps/interacting-with-assistant.html#transport_controls

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=188056722
2018-03-07 15:29:17 +00:00
..
cast Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
cronet Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
ffmpeg Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
flac Improve decoder retention logic. 2018-03-02 09:27:48 +00:00
gvr Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
ima Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
jobdispatcher Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
leanback Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
mediasession Add separate interface RatingCallback to handle user ratings. 2018-03-07 15:29:17 +00:00
okhttp Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
opus Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
rtmp Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
vp9 handle errors from vpx_codec_control_ calls in vpx_jni 2018-03-07 15:16:28 +00: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.