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

    Interface LiveTimelineAnchor

    Anchors a newly created playback engine onto the timeline the media was already playing on.

    interface LiveTimelineAnchor {
        liveStartTime: number;
        segmentDurations: number[];
        startSN: number;
    }
    Index

    Properties

    liveStartTime: number

    Earliest seekable position when the anchor was taken.

    segmentDurations: number[]

    Durations of the segments eviction will consume, oldest first.

    startSN: number

    Media sequence number the durations start at; how a resuming instance counts what it missed.