Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_rtp_rtcp_feedback_remb Struct Reference

A REMB feedback message (see draft-alvestrand-rmcat-remb-03 for details) More...

#include <rtp_engine.h>

Data Fields

unsigned int br_exp
 
unsigned int br_mantissa
 

Detailed Description

A REMB feedback message (see draft-alvestrand-rmcat-remb-03 for details)

Since
15.4.0

Definition at line 380 of file rtp_engine.h.

Field Documentation

unsigned int br_exp

Exponential scaling of the mantissa for the maximum total media bit rate value

Definition at line 381 of file rtp_engine.h.

Referenced by ast_rtcp_interpret().

unsigned int br_mantissa

The mantissa of the maximum total media bit rate

Definition at line 382 of file rtp_engine.h.

Referenced by ast_rtcp_interpret().


The documentation for this struct was generated from the following file: