View Source Membrane.RTC.Engine.Track.BitrateEstimation (Membrane RTC Engine v0.11.0)

Struct describing bitrate estimation.

Link to this section Summary

Types

t()

Type describing bitrate estimation

Link to this section Types

@type t() :: %Membrane.RTC.Engine.Track.BitrateEstimation{
  error: number(),
  estimation: number()
}

Type describing bitrate estimation:

  • estimation - estimated bitrate in kbps
  • error - expected error of the estimation