RTS API Documentation
1.10.11
|
#include <switch_rtcp_frame.h>
Data Fields | |
uint32_t | ssrc |
uint8_t | fraction |
int32_t | lost |
uint32_t | highest_sequence_number_received |
uint32_t | jitter |
uint32_t | lsr |
uint32_t | dlsr |
uint32_t | loss_avg |
double | rtt_avg |
Definition at line 45 of file switch_rtcp_frame.h.
uint32_t switch_rtcp_report_block_frame::dlsr |
Definition at line 52 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), rtcp_generate_report_block(), and switch_core_media_read_frame().
uint8_t switch_rtcp_report_block_frame::fraction |
Definition at line 47 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_report_block_frame::highest_sequence_number_received |
Definition at line 49 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_report_block_frame::jitter |
Definition at line 50 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_report_block_frame::loss_avg |
Definition at line 53 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
int32_t switch_rtcp_report_block_frame::lost |
Definition at line 48 of file switch_rtcp_frame.h.
Referenced by burstr_calculate(), check_jitter(), process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_report_block_frame::lsr |
Definition at line 51 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
double switch_rtcp_report_block_frame::rtt_avg |
Definition at line 54 of file switch_rtcp_frame.h.
Referenced by process_rtcp_report(), and switch_core_media_read_frame().
uint32_t switch_rtcp_report_block_frame::ssrc |
Definition at line 46 of file switch_rtcp_frame.h.
Referenced by check_rtcp_and_ice(), process_rtcp_report(), switch_core_media_read_frame(), switch_rtp_set_remote_ssrc(), and switch_rtp_set_ssrc().