Track Bandwidth Limit
Type describing bandwidth limitation of a Track, including simulcast and non-simulcast tracks. Can beBandwidthLimit
or SimulcastBandwidthLimit
Inheritors
Types
Link copied to clipboard
Type describing maximal bandwidth that can be used, in kbps. 0 is interpreted as unlimited bandwidth.
Link copied to clipboard
class SimulcastBandwidthLimit(val limit: Map<String, TrackBandwidthLimit.BandwidthLimit>) : TrackBandwidthLimit
Type describing bandwidth limit for simulcast track. It is a mapping (encoding => BandwidthLimit). If encoding isn't present in this mapping, it will be assumed that this particular encoding shouldn't have any bandwidth limit