media/library
andrewlewis 67c99e1d11 Fix resuming postrolls
Postrolls would be skipped because the period duration wasn't know at
the moment of resuming playback after backgrounding, so the position
wouldn't be resolved to resume the postroll ad.

We have the period duration stored in the AdPlaybackState, so we can
use that directly.

Issue: #7518
PiperOrigin-RevId: 317830418
2020-06-23 15:58:48 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Fix resuming postrolls 2020-06-23 15:58:48 +01:00
dash Let MediaSourceFactory setDrmSessionManager accept null 2020-05-29 21:15:17 +01:00
hls Let MediaSourceFactory setDrmSessionManager accept null 2020-05-29 21:15:17 +01:00
smoothstreaming Let MediaSourceFactory setDrmSessionManager accept null 2020-05-29 21:15:17 +01:00
ui Prevent shutter closing for within-window seeks to unprepared periods 2020-06-17 20:19:11 +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.