# Functions
NewRecorder creates a new Recorder.
NewSenderInterceptor returns a new SenderInterceptorFactory configured with the given options.
SenderNow sets an alternative for the time.Now function.
SenderTicker sets an alternative for time.Ticker.
SendInterval sets the feedback send interval for the interceptor.
# Structs
Recorder records incoming RTP packets and their arrival times.
SenderInterceptor sends congestion control feedback as specified in RFC 8888.
SenderInterceptorFactory is a interceptor.Factory for a SenderInterceptor.
# Type aliases
An Option is a function that can be used to configure a SenderInterceptor.
TickerFactory is a factory to create new tickers.