Class: LiveStatusEvent

  • The LiveStatusEvent class provides data for live stream events, specifically for changes in the moving window or when a live stream ends.

  • It includes information about the event type and the updated live seekable range, enabling developers to handle live stream status changes in their web receiver applications.

  • The liveSeekableRange property provides access to the updated live status, represented by a cast.framework.messages.LiveSeekableRange object.

Constructor

LiveStatusEvent

new LiveStatusEvent(type, liveSeekableRange)

Parameter

type

cast.framework.events.EventType

Type of this event.

Value must not be null.

liveSeekableRange

cast.framework.messages.LiveSeekableRange

Updated live status.

Value must not be null.

Property

liveSeekableRange

constant

non-null cast.framework.messages.LiveSeekableRange

Updated live status.