media/library
tonihei de915bd6a1 Handle potential timeline updates that switch from content to ad.
We currently don't test if an ad needs to be played in case we are already
playing content.

This is to prevent recreating the current content period when
an ad is marked as skipped. We prefer playing until the designated ad group
position and appending another piece of content. This is less likely to cause
visible discontinuities in case the ad group position is at a key frame
boundary.

However, this means we currently miss updates that require us to play an ad
after a timeline update.

PiperOrigin-RevId: 267553459
2019-09-10 10:26:59 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Handle potential timeline updates that switch from content to ad. 2019-09-10 10:26:59 +01:00
dash Merge pull request #6286 from sr1990:dev-v2 2019-09-05 10:56:35 +01:00
hls Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
smoothstreaming Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
ui provide content description for shuffle on/off button 2019-09-05 10:48:45 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.