Bitmovin Player API 8.268.0
    Preparing search index...

    Interface DownloadedData

    Data describing a downloaded segment of a representation.

    interface DownloadedData {
        bitrate: number;
        id: string;
        isAuto: boolean;
    }

    Hierarchy (View Summary)

    Index
    bitrate: number

    The bitrate of the representation.

    id: string

    The id of the representation.

    isAuto: boolean

    True if the player’s logic automatically selects the best representation (default), or false if a fixed representation is currently chosen.