API Docs
    Preparing search index...

    Interface RenditionReportBeta

    Rendition Report for Low-Latency HLS.

    Corresponds to the #EXT-X-RENDITION-REPORT tag.

    LL-HLS feature

    interface RenditionReport {
        lastMSN?: number;
        lastPart?: number;
        uri: string;
    }
    Index

    Properties

    lastMSN?: number

    Last Media Sequence Number.

    lastPart?: number

    Last Part index.

    uri: string

    URI of the rendition playlist (must be relative).