FreeSWITCH API Documentation  1.7.0
Data Fields
switch_rtcp_sender_report Struct Reference
+ Collaboration diagram for switch_rtcp_sender_report:

Data Fields

uint32_t ssrc
 
struct switch_rtcp_sender_info sender_info
 
struct switch_rtcp_report_block report_block
 

Detailed Description

Definition at line 492 of file switch_rtp.c.

Field Documentation

struct switch_rtcp_report_block switch_rtcp_sender_report::report_block

Definition at line 495 of file switch_rtp.c.

Referenced by check_rtcp_and_ice().

struct switch_rtcp_sender_info switch_rtcp_sender_report::sender_info

Definition at line 494 of file switch_rtp.c.

Referenced by check_rtcp_and_ice(), and process_rtcp_report().

uint32_t switch_rtcp_sender_report::ssrc

Definition at line 493 of file switch_rtp.c.

Referenced by check_rtcp_and_ice(), and process_rtcp_report().


The documentation for this struct was generated from the following file: