Asterisk - The Open Source Telephony Project GIT-master-a358458
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 375 of file rtp_engine.h.

Field Documentation

◆ br_exp

unsigned int br_exp

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

Definition at line 376 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().

◆ br_mantissa

unsigned int br_mantissa

The mantissa of the maximum total media bit rate

Definition at line 377 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().


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