|
Modules | |
| RTCP Packets Handling | |
| RTCP Events Loop | |
Functions | |
| int | rtcp_thread_create (rtp_thread *th) |
| int | rtcp_recv (rtp_session *sess) |
| int rtcp_recv | ( | rtp_session * | rtp_sess | ) |
Actually receives an RTCP packet for the given RTP Session
| rtp_sess | The Session for which to receive the packet |
Definition at line 102 of file rtcp_recv.c.
References rtcp_hdr_val_chk(), rtcp_parse_pkt(), and rtp_ssrc_check().
Referenced by rtcp().

| int rtcp_thread_create | ( | rtp_thread * | rtp_th | ) |
Given an rtp_thread binds an RTCP main loop to it
| rtp_th | The newly allocated and initialized rtp thread |
Definition at line 148 of file rtcp.c.
References rtcp().
Referenced by init_state().

1.5.4