Data describing a downloaded audio segment of an audio representation.

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

Hierarchy (view full)

Properties

Properties

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.