BitrateRegulatorController

constructor(audioEncoder: IEncoder?, videoEncoder: IEncoder?, metricsProvider: WithEndpointMetrics<*>, bitrateRegulatorFactory: IBitrateRegulator.Factory, bitrateRegulatorConfig: BitrateRegulatorConfig = BitrateRegulatorConfig())(source)

Parameters

audioEncoder

the audio IEncoder

videoEncoder

the video IEncoder

metricsProvider

the WithEndpointMetrics implementation

bitrateRegulatorFactory

the IBitrateRegulator.Factory implementation. Use it to make your own bitrate regulator.

bitrateRegulatorConfig

bitrate regulator configuration