RTS API Documentation  1.10.11
Data Fields
switch_rtcp_frame Struct Reference

An abstraction of a rtcp frame. More...

#include <switch_rtcp_frame.h>

+ Collaboration diagram for switch_rtcp_frame:

Data Fields

uint16_t report_count
 
uint16_t packet_type
 
uint32_t ssrc
 
uint32_t ntp_msw
 
uint32_t ntp_lsw
 
uint32_t timestamp
 
uint32_t packet_count
 
uint32_t octect_count
 
uint32_t nb_reports
 
struct switch_rtcp_report_block_frame reports [MAX_REPORT_BLOCKS]
 

Detailed Description

An abstraction of a rtcp frame.

Definition at line 58 of file switch_rtcp_frame.h.

Field Documentation

◆ nb_reports

uint32_t switch_rtcp_frame::nb_reports

Definition at line 76 of file switch_rtcp_frame.h.

◆ ntp_lsw

uint32_t switch_rtcp_frame::ntp_lsw

Definition at line 68 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), and switch_core_media_read_frame().

◆ ntp_msw

uint32_t switch_rtcp_frame::ntp_msw

Definition at line 66 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), and switch_core_media_read_frame().

◆ octect_count

uint32_t switch_rtcp_frame::octect_count

Definition at line 74 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), and switch_core_media_read_frame().

◆ packet_count

uint32_t switch_rtcp_frame::packet_count

Definition at line 72 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), and switch_core_media_read_frame().

◆ packet_type

uint16_t switch_rtcp_frame::packet_type

Definition at line 62 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report().

◆ report_count

uint16_t switch_rtcp_frame::report_count

Definition at line 60 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), and switch_core_media_read_frame().

◆ reports

struct switch_rtcp_report_block_frame switch_rtcp_frame::reports[MAX_REPORT_BLOCKS]

Definition at line 78 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), and switch_core_media_read_frame().

◆ ssrc

uint32_t switch_rtcp_frame::ssrc

Definition at line 64 of file switch_rtcp_frame.h.

Referenced by process_rtcp_report(), and switch_core_media_read_frame().

◆ timestamp

uint32_t switch_rtcp_frame::timestamp

Definition at line 70 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: