|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_rtcp_report_block:Data Fields | |
| uint32_t | ssrc |
| unsigned int | fraction:8 |
| int | lost:24 |
| uint32_t | highest_sequence_number_received |
| uint32_t | jitter |
| uint32_t | lsr |
| uint32_t | dlsr |
Definition at line 496 of file switch_rtp.c.
| uint32_t switch_rtcp_report_block::dlsr |
Definition at line 503 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_report_block(), and switch_send_rtcp_event().
| unsigned int switch_rtcp_report_block::fraction |
Definition at line 498 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_report_block(), and switch_send_rtcp_event().
| uint32_t switch_rtcp_report_block::highest_sequence_number_received |
Definition at line 500 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_report_block(), and switch_send_rtcp_event().
| uint32_t switch_rtcp_report_block::jitter |
Definition at line 501 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_report_block(), and switch_send_rtcp_event().
| int switch_rtcp_report_block::lost |
Definition at line 499 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_report_block(), and switch_send_rtcp_event().
| uint32_t switch_rtcp_report_block::lsr |
Definition at line 502 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_report_block(), and switch_send_rtcp_event().
| uint32_t switch_rtcp_report_block::ssrc |
Definition at line 497 of file switch_rtp.c.
Referenced by process_rtcp_report(), and rtcp_generate_report_block().
1.8.13