OGPlayer Web SDK
    Preparing search index...

    Interface LiveInfo

    interface LiveInfo {
        atLiveEdge: boolean;
        dvrWindowMs: number;
        latencyMs: number;
        playheadWallClockMs: number | null;
        streamType: StreamType;
    }
    Index
    atLiveEdge: boolean
    dvrWindowMs: number
    latencyMs: number
    playheadWallClockMs: number | null
    streamType: StreamType