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

Struct describing bitrate estimation.

Summary

Types

t()

Type describing bitrate estimation

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