media/extensions
andrewlewis 04108eec48 Fix condition for detecting that an ad has ended
onEnded was being called also for content finishing, as in this case the playing
ad index changed (from INDEX_UNSET to 0). Fix this test so we only detect ads
finishing.

Also add logging for onEnded callbacks.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179167737
2017-12-15 16:25:16 +00:00
..
cronet Bump target API level to 27 2017-12-12 20:49:32 +00:00
ffmpeg Add support for float output for FfmpegAudioRenderer 2017-12-12 20:42:34 +00:00
flac Check if native libraries are available in tests. 2017-12-15 16:18:43 +00:00
gvr Allow setting output sample rate in SonicAudioProcessor 2017-10-17 18:24:53 +01:00
ima Fix condition for detecting that an ad has ended 2017-12-15 16:25:16 +00:00
leanback Add abstract, default Player event listener. 2017-10-03 08:44:33 +01:00
mediasession Propagate extras from queue item to metadata item. 2017-12-15 15:29:18 +00:00
okhttp Update dependency versions 2017-09-15 23:23:16 +01:00
opus Check if native libraries are available in tests. 2017-12-15 16:18:43 +00:00
rtmp Pick up rtmpClient fix 2017-09-06 15:58:02 +01:00
vp9 Check if native libraries are available in tests. 2017-12-15 16:18:43 +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.