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 1038 of file switch_types.h.
unsigned switch_rtcp_hdr_s::count |
Definition at line 1039 of file switch_types.h.
Referenced by check_rtcp_and_ice(), and process_rtcp_report().
unsigned switch_rtcp_hdr_s::length |
Definition at line 1043 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 1040 of file switch_types.h.
Referenced by check_rtcp_and_ice(), and process_rtcp_report().
unsigned switch_rtcp_hdr_s::type |
Definition at line 1042 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 1041 of file switch_types.h.
Referenced by check_rtcp_and_ice(), process_rtcp_packet(), read_rtcp_packet(), read_rtp_packet(), and rtp_common_read().