# Functions
NewLeakyBucketPacer initializes a new LeakyBucketPacer.
NewNoOpPacer initializes a new NoOpPacer.
NewSendSideBWE creates a new sender side bandwidth estimator.
SendSideBWEInitialBitrate sets the initial bitrate of new GCC interceptors.
SendSideBWEMaxBitrate sets the initial bitrate of new GCC interceptors.
SendSideBWEMinBitrate sets the initial bitrate of new GCC interceptors.
SendSideBWEPacer sets the pacing algorithm to use.
# Variables
ErrSendSideBWEClosed is raised when SendSideBWE.WriteRTCP is called after SendSideBWE.Close.
ErrUnknownStream is returned when trying to send a packet with a SSRC that was never registered with any stream.
# Structs
DelayStats contains some internal statistics of the delay based congestion controller.
LeakyBucketPacer implements a leaky bucket pacing algorithm.
LossStats contains internal statistics of the loss based controller.
NoOpPacer implements a pacer that always immediately sends incoming packets.
SendSideBWE implements a combination of loss and delay based GCC.
Stats contains internal statistics of the bandwidth estimator.
# Interfaces
Pacer is the interface implemented by packet pacers.
# Type aliases
Option configures a bandwidth estimator.