RTS API Documentation
1.10.11
|
Data Fields | |
uint32_t | ntp_msw |
uint32_t | ntp_lsw |
uint32_t | ts |
uint32_t | pc |
uint32_t | oc |
Definition at line 511 of file switch_rtp.c.
uint32_t switch_rtcp_sender_info::ntp_lsw |
Definition at line 513 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_sender_info(), and switch_send_rtcp_event().
uint32_t switch_rtcp_sender_info::ntp_msw |
Definition at line 512 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_sender_info(), and switch_send_rtcp_event().
uint32_t switch_rtcp_sender_info::oc |
Definition at line 516 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_sender_info(), and switch_send_rtcp_event().
uint32_t switch_rtcp_sender_info::pc |
Definition at line 515 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_sender_info(), and switch_send_rtcp_event().
uint32_t switch_rtcp_sender_info::ts |
Definition at line 514 of file switch_rtp.c.
Referenced by process_rtcp_report(), rtcp_generate_sender_info(), and switch_send_rtcp_event().