#include <switch_rtcp_frame.h>
Collaboration diagram for switch_rtcp_frame:
Data Fields | |
| uint16_t | report_count |
| uint16_t | packet_type |
| uint32_t | ssrc |
| uint32_t | ntp_msw |
| uint32_t | ntp_lsw |
| uint32_t | timestamp |
| uint32_t | packet_count |
| uint32_t | octect_count |
| uint32_t | nb_reports |
| switch_rtcp_report_block_frame | reports [MAX_REPORT_BLOCKS] |
Definition at line 56 of file switch_rtcp_frame.h.
| uint32_t switch_rtcp_frame::nb_reports |
Definition at line 74 of file switch_rtcp_frame.h.
| uint32_t switch_rtcp_frame::ntp_lsw |
Definition at line 66 of file switch_rtcp_frame.h.
| uint32_t switch_rtcp_frame::ntp_msw |
Definition at line 64 of file switch_rtcp_frame.h.
| uint32_t switch_rtcp_frame::octect_count |
Definition at line 72 of file switch_rtcp_frame.h.
| uint32_t switch_rtcp_frame::packet_count |
Definition at line 70 of file switch_rtcp_frame.h.
| uint16_t switch_rtcp_frame::packet_type |
Definition at line 60 of file switch_rtcp_frame.h.
| uint16_t switch_rtcp_frame::report_count |
Definition at line 58 of file switch_rtcp_frame.h.
| struct switch_rtcp_report_block_frame switch_rtcp_frame::reports[MAX_REPORT_BLOCKS] |
Definition at line 76 of file switch_rtcp_frame.h.
| uint32_t switch_rtcp_frame::ssrc |
Definition at line 62 of file switch_rtcp_frame.h.
| uint32_t switch_rtcp_frame::timestamp |
Definition at line 68 of file switch_rtcp_frame.h.
1.4.7