Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Listener for receiving buffered positions updates. This callback is received when IPlayerServer.updateBufferedRanges API is called from service component.

Properties

onBufferedRangesUpdated()

onBufferedRangesUpdated: (bufferedRanges, sessionId?) => void Invoked when a Kepler player buffered position is updated.

Parameters

bufferedRanges
ITimeRange[] The new playback position for all player sessions. Apps may update the UI (e.g. seekbar) with bufferedRanges
sessionId?
IPlayerSessionId The session ID for which the buffered ranges updated are received.

Returns

void
Last modified on October 2, 2025