IBitrateRegulator

Interface to implement a bitrate regulator.

Inheritors

Types

Link copied to clipboard
interface Factory

Factory interface you must use to create a BitrateRegulator object. If you want to create a custom bitrate regulation implementation, create a factory that implements this interface.

Properties

Link copied to clipboard

Tracker for endpoint metrics

Functions

Link copied to clipboard
abstract fun update(currentVideoBitrate: Int, currentAudioBitrate: Int)

Called regularly to get new metrics