FreeSWITCH API Documentation
1.7.0
|
#include <switch_types.h>
Data Fields | |
unsigned | count:5 |
unsigned | p:1 |
unsigned | version:2 |
unsigned | type:8 |
unsigned | length:16 |
Definition at line 962 of file switch_types.h.
unsigned switch_rtcp_hdr_s::count |
Definition at line 963 of file switch_types.h.
Referenced by check_rtcp_and_ice(), and process_rtcp_report().
unsigned switch_rtcp_hdr_s::length |
Definition at line 967 of file switch_types.h.
Referenced by check_rtcp_and_ice(), process_rtcp_packet(), and process_rtcp_report().
unsigned switch_rtcp_hdr_s::p |
Definition at line 964 of file switch_types.h.
Referenced by check_rtcp_and_ice(), and process_rtcp_report().
unsigned switch_rtcp_hdr_s::type |
Definition at line 966 of file switch_types.h.
Referenced by check_rtcp_and_ice(), process_rtcp_packet(), process_rtcp_report(), and read_rtp_packet().
unsigned switch_rtcp_hdr_s::version |
Definition at line 965 of file switch_types.h.
Referenced by check_rtcp_and_ice(), process_rtcp_packet(), read_rtcp_packet(), read_rtp_packet(), and rtp_common_read().