Class: LiveStatusEvent

  • LiveStatusEvent provides event data for LIVE_IS_MOVING_WINDOW_CHANGED and LIVE_ENDED event types.

  • The constructor requires the event type and the updated live seekable range.

  • The liveSeekableRange property provides the updated live status.

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.