media/extensions
tonihei f46cb907b7 Add stop with position reset to Player interface.
The ExoPlayerImpl implementation forwards the stop request with this optional
parameter. To ensure correct masking (e.g. when timeline updates arrive after
calling reset in ExoPlayerImpl but before resetInternal in
ExoPlayerImplInternal), we use the existing prepareAck counter and extend it
also count stop operations. For this to work, we also return the updated
empty timeline after finishing the reset.

The CastPlayer doesn't support the two reset options so far.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177132107
2017-12-04 17:38:11 +00:00
..
cast Add stop with position reset to Player interface. 2017-12-04 17:38:11 +00:00
cronet Bump target API level to 27 2017-11-21 13:03:28 +00:00
ffmpeg Add support for float output for FfmpegAudioRenderer 2017-11-17 18:53:26 +00:00
flac Bump target API level to 27 2017-11-21 13:03:28 +00:00
gvr Allow setting output sample rate in SonicAudioProcessor 2017-10-17 18:24:53 +01:00
ima Add reason to onTimelineChanged. 2017-11-21 13:07:46 +00:00
leanback Add reason to onTimelineChanged. 2017-11-21 13:07:46 +00:00
mediasession Remove unnecessary dependency 2017-11-21 13:15:00 +00:00
okhttp Update dependency versions 2017-09-15 23:23:16 +01:00
opus Bump target API level to 27 2017-11-21 13:03:28 +00:00
rtmp Pick up rtmpClient fix 2017-09-06 15:58:02 +01:00
vp9 Bump target API level to 27 2017-11-21 13:03: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.