media/extensions
tonihei ec71c05e8b Add possiblity to send messages at playback position.
This adds options to ExoPlayer.sendMessages which allow to specify a window index
and position at which the message should be sent. Additionally, the options can be
configured to use a custom Handler for the messages and whether the message should
be repeated when playback reaches the same position again.

The internal player converts these window positions to period index and position
at the earliest possibility. The internal player also attempts to update these
when the source info is refreshed. A sorted list of pending posts is kept and the
player triggers these posts when the playback position moves over the specified
position.

Issue:#2189

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179683841
2018-01-03 13:34:36 +00:00
..
cast Add queue manipulation to the Cast demo 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 Check if native libraries are available in tests. 2017-12-15 11:57:27 +00:00
gvr Allow setting output sample rate in SonicAudioProcessor 2017-10-17 18:24:53 +01:00
ima Use playAd/stopAd to control position updates switching 2017-12-15 12:15:20 +00:00
leanback Add reason to onTimelineChanged. 2017-11-21 13:07:46 +00:00
mediasession Propagate extras from queue item to metadata item. 2017-12-13 12:50:40 +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 11:57:27 +00:00
rtmp Pick up rtmpClient fix 2017-09-06 15:58:02 +01:00
vp9 Add possiblity to send messages at playback position. 2018-01-03 13:34:36 +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.