Interface ABRMetadata

Describes the metadata of the adaptive bitrate strategy.

interface ABRMetadata {
    bitrate?: number;
}

Properties

Properties

bitrate?: number

The initial bitrate, in bits per second.

Default Value

Bitrate available to the browser.