onPlaybackSpeedChanged

Invoked whenever the playback rate changes - both when something selects a speed and when the engine restores the remembered one on the next video (PlaybackSpeedConfig.rememberLastSpeed, on by default).

Keep your own speed selector in sync with this. The remembered rate carries over between videos without any user action, so a selector that only tracks its own taps will claim 1× over a video actually playing at 0.25×.

Forwards from BunnyPlayerView.onPlaybackSpeedChanged.