| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| float | bitrate | 
| struct ast_rtp_rtcp_feedback | feedback | 
| struct ast_frame | frame | 
Definition at line 75 of file bridge_softmix.c.
| float bitrate | 
The maximum bitrate (A single precision floating point is big enough)
Definition at line 81 of file bridge_softmix.c.
Referenced by remb_collect_report(), and remb_send_report().
| struct ast_rtp_rtcp_feedback feedback | 
The REMB to send to the source which is collecting REMB reports
Definition at line 79 of file bridge_softmix.c.
Referenced by remb_collector_alloc(), and remb_send_report().
| struct ast_frame frame | 
The frame which will be given to each source stream
Definition at line 77 of file bridge_softmix.c.
Referenced by remb_collector_alloc(), and remb_send_report().