View Source Membrane.RTC.Engine.Event.TrackVariantBitrate (Membrane RTC Engine v0.13.0)
Event indicating bitrate of the track's variant.
Link to this section Summary
Link to this section Types
@type t() :: %Membrane.RTC.Engine.Event.TrackVariantBitrate{ bitrate: non_neg_integer(), variant: Membrane.RTC.Engine.Track.variant() }
Type describing TrackVariantBitrate event.