@byomakase/omakase-player
    Preparing search index...

    Interface PlayerControllerLiveStateUpdateEventData

    interface PlayerControllerLiveStateUpdateEventData {
        liveState: PlayerLiveState | undefined;
        manifestChanged: boolean;
    }
    Index

    Properties

    liveState: PlayerLiveState | undefined

    Live details; undefined when the media source is not currently a live stream. See PlayerLiveState.isLive.

    manifestChanged: boolean

    True when this update was triggered by a manifest reload (window bounds changed), false when it is a liveSyncPosition-progress tick between reloads.