Asterisk - The Open Source Telephony Project
18.5.0
|
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(), remb_collect_report_all(), 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(), remb_send_report(), and softmix_bridge_write_rtcp().
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().