BitrateAllocation

Represents bitrate allocated for an encoder to produce frames. Bitrate can be divided between spatial and temporal layers.

Constructors

Link copied to clipboard
constructor(bitratesBbs: Array<Array<Int>>)
Initializes the allocation with a two dimensional array of bitrates.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun getSum(): Int
Gets the total bitrate allocated for all layers.