|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_rtcp_ext_hdr_t:Data Fields | |
| unsigned | version:2 |
| unsigned | p:1 |
| unsigned | fmt:5 |
| unsigned | pt:8 |
| unsigned | length:16 |
| uint32_t | send_ssrc |
| uint32_t | recv_ssrc |
Definition at line 145 of file switch_rtp.c.
| unsigned switch_rtcp_ext_hdr_t::fmt |
Definition at line 148 of file switch_rtp.c.
Referenced by check_rtcp_and_ice(), and process_rtcp_report().
| unsigned switch_rtcp_ext_hdr_t::length |
Definition at line 150 of file switch_rtp.c.
Referenced by check_rtcp_and_ice(), and process_rtcp_report().
| unsigned switch_rtcp_ext_hdr_t::p |
Definition at line 147 of file switch_rtp.c.
Referenced by check_rtcp_and_ice().
| unsigned switch_rtcp_ext_hdr_t::pt |
Definition at line 149 of file switch_rtp.c.
Referenced by check_rtcp_and_ice().
| uint32_t switch_rtcp_ext_hdr_t::recv_ssrc |
Definition at line 152 of file switch_rtp.c.
Referenced by check_rtcp_and_ice().
| uint32_t switch_rtcp_ext_hdr_t::send_ssrc |
Definition at line 151 of file switch_rtp.c.
Referenced by check_rtcp_and_ice().
| unsigned switch_rtcp_ext_hdr_t::version |
Definition at line 146 of file switch_rtp.c.
Referenced by check_rtcp_and_ice().
1.8.13