FreeSWITCH API Documentation
1.7.0
|
An abstraction of a rtcp frame. More...
#include <switch_rtcp_frame.h>
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 |
struct switch_rtcp_report_block_frame | reports [MAX_REPORT_BLOCKS] |
An abstraction of a rtcp frame.
Definition at line 58 of file switch_rtcp_frame.h.
uint32_t switch_rtcp_frame::nb_reports |
Definition at line 76 of file switch_rtcp_frame.h.
uint32_t switch_rtcp_frame::ntp_lsw |
Definition at line 68 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_frame::ntp_msw |
Definition at line 66 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_frame::octect_count |
Definition at line 74 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_frame::packet_count |
Definition at line 72 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint16_t switch_rtcp_frame::packet_type |
Definition at line 62 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report().
uint16_t switch_rtcp_frame::report_count |
Definition at line 60 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
struct switch_rtcp_report_block_frame switch_rtcp_frame::reports[MAX_REPORT_BLOCKS] |
Definition at line 78 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_frame::ssrc |
Definition at line 64 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_frame::timestamp |
Definition at line 70 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().