Asterisk - The Open Source Telephony Project
21.4.1
|
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 |
A REMB feedback message (see draft-alvestrand-rmcat-remb-03 for details)
Definition at line 380 of file rtp_engine.h.
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().