Asterisk - The Open Source Telephony Project
18.5.0
|
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 350 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 351 of file rtp_engine.h.
Referenced by ast_rtcp_interpret(), AST_TEST_DEFINE(), remb_collect_report(), remb_hook_event_cb(), remb_send_report(), and rtp_write_rtcp_psfb().
unsigned int br_mantissa |
The mantissa of the maximum total media bit rate
Definition at line 352 of file rtp_engine.h.
Referenced by ast_rtcp_interpret(), AST_TEST_DEFINE(), remb_collect_report(), remb_hook_event_cb(), remb_send_report(), and rtp_write_rtcp_psfb().