Data Fields | |
int | s |
sockaddr_in | them |
sockaddr_in | us |
The concept "RTCP session" is not defined in RFC 3550, but since this structure is analogous to ast_rtp, which tracks a RTP session, it is logical to think of this as a RTCP session.
RTCP packet is defined on page 9 of RFC 3550.
Definition at line 141 of file rtp.c.
|
Socket Definition at line 143 of file rtp.c. Referenced by ast_rtcp_fd(), ast_rtcp_new(), ast_rtcp_read(), ast_rtp_destroy(), and ast_rtp_new_with_bindaddr(). |
|
Socket representation of the remote endpoint. Definition at line 147 of file rtp.c. Referenced by ast_rtcp_read(), ast_rtp_set_peer(), and ast_rtp_stop(). |
|
Socket representation of the local endpoint. Definition at line 145 of file rtp.c. Referenced by ast_rtcp_new(), and ast_rtp_new_with_bindaddr(). |