FreeSWITCH API Documentation  1.7.0
Data Fields
switch_rtcp_report_block_frame Struct Reference

#include <switch_rtcp_frame.h>

+ Collaboration diagram for switch_rtcp_report_block_frame:

Data Fields

uint32_t ssrc
 
uint8_t fraction
 
uint32_t lost
 
uint32_t highest_sequence_number_received
 
uint32_t jitter
 
uint32_t lsr
 
uint32_t dlsr
 
uint32_t loss_avg
 
double rtt_avg
 

Detailed Description

Definition at line 45 of file switch_rtcp_frame.h.

Field Documentation

uint32_t switch_rtcp_report_block_frame::dlsr

Definition at line 52 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), 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().

uint32_t switch_rtcp_report_block_frame::lost

Definition at line 48 of file switch_rtcp_frame.h.

Referenced by 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().

uint32_t switch_rtcp_report_block_frame::ssrc

Definition at line 46 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), and switch_core_media_read_frame().


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