mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00

- Add options to switch abruptly at segment boundaries. Third parties who guarantee keyframes at the start of segments will want this, because it makes switching more efficient and hence rebuffering less likely. - Switch quality faster when performing a splicing switch (when we detect that we need to switch variant, we now immediately request the same segment as we did last time for the new variant, rather than requesting one more segment for the old variant before doing this.