RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
unsigned | count:5 |
unsigned | p:1 |
unsigned | version:2 |
unsigned | type:8 |
unsigned | length:16 |
Definition at line 1049 of file switch_types.h.
unsigned switch_rtcp_hdr_s::count |
Definition at line 1050 of file switch_types.h.
Referenced by check_rtcp_and_ice(), and process_rtcp_report().
unsigned switch_rtcp_hdr_s::length |
Definition at line 1054 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 1051 of file switch_types.h.
Referenced by check_rtcp_and_ice(), and process_rtcp_report().
unsigned switch_rtcp_hdr_s::type |
Definition at line 1053 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 1052 of file switch_types.h.
Referenced by check_rtcp_and_ice(), process_rtcp_packet(), read_rtcp_packet(), read_rtp_packet(), and rtp_common_read().