RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
uint16_t | nack_count |
uint16_t | fir_count |
uint16_t | pli_count |
uint16_t | sr_count |
uint16_t | rr_count |
Definition at line 744 of file switch_types.h.
uint16_t switch_rtcp_video_counters_t::fir_count |
Definition at line 746 of file switch_types.h.
Referenced by check_rtcp_and_ice().
uint16_t switch_rtcp_video_counters_t::nack_count |
Definition at line 745 of file switch_types.h.
Referenced by check_rtcp_and_ice().
uint16_t switch_rtcp_video_counters_t::pli_count |
Definition at line 747 of file switch_types.h.
Referenced by check_rtcp_and_ice().
uint16_t switch_rtcp_video_counters_t::rr_count |
Definition at line 749 of file switch_types.h.
uint16_t switch_rtcp_video_counters_t::sr_count |
Definition at line 748 of file switch_types.h.