#include "rtcp.h"#include "utils.h"

Go to the source code of this file.
Functions | |
| struct rtcp_event * | rtcp_deschedule (struct rtcp_event *head) |
| void | rtcp_clean_events (void *events) |
| double | rtcp_interval (int members, int senders, double bw, int sent, double avg_rtcp_size, int initial) |
| struct rtcp_event * | rtcp_handle_event (struct rtcp_event *event) |
| struct rtcp_event * | rtcp_schedule (struct rtcp_event *head, rtp_session *rtp_sess, struct timeval tv, rtcp_type_t type) |
Definition in file rtcp_events.c.
| double rtcp_interval | ( | int | members, | |
| int | senders, | |||
| double | rtcp_bw, | |||
| int | we_sent, | |||
| double | avg_rtcp_size, | |||
| int | initial | |||
| ) |
Calculates an interval between rtcp reports
| members | Number of members active in the session | |
| senders | Number of senders active in the session | |
| rtcp_bw | ? | |
| we_sent | TRUE -> Calculate interval for sending, FALSE -> for receiving | |
| avg_rtcp_size | ? | |
| initial | If it's the first interval we are calculating |
Definition at line 44 of file rtcp_utils.c.
1.5.4