media/extensions
tonihei aac53cac56 Add reason to onTimelineChanged.
Currently onTimelineChanged doesn't allow to distinguish easily between the
different reasons why it's being called. Especially, finding
out whether a new media source has been prepared or the current source
refreshed dynamically was impossible without tightly coupling the player
operations with the listener.

The new reasons provide this disdinction by either indicating a newly
initialized media source, a dynamic update to an existing timeline
or manifest, or a reset of the player (which usually results in an
empty timeline).

The original onTimelineChanged method without reason is kept in the
DefaultEventListener as deprecated to prevent the need to update all
existing listeners in one go.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176478701
2017-11-21 13:07:46 +00:00
..
cast Add reason to onTimelineChanged. 2017-11-21 13:07:46 +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 Add reason to onTimelineChanged. 2017-11-21 13:07:46 +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.