Class: BufferingEvent

  • cast.framework.events.BufferingEvent provides data for the cast.framework.events.EventType.BUFFERING event, indicating changes in the player's buffering state.

  • It includes the isBuffering property, a boolean value that signifies whether the player is entering (true) or exiting (false) a buffering state.

  • Developers can use this event to display UI indicators or handle buffering logic within their web receiver application.

Constructor

BufferingEvent

new BufferingEvent(isBuffering)

Parameter

isBuffering

boolean

Property

isBuffering

constant

boolean

True if the player is entering a buffering state.