FreeSWITCH API Documentation  1.7.0
Data Fields
switch_rtcp_ext_hdr_t Struct Reference
+ Collaboration diagram for switch_rtcp_ext_hdr_t:

Data Fields

unsigned version:2
 
unsigned p:1
 
unsigned fmt:5
 
unsigned pt:8
 
unsigned length:16
 
uint32_t send_ssrc
 
uint32_t recv_ssrc
 

Detailed Description

Definition at line 145 of file switch_rtp.c.

Field Documentation

unsigned switch_rtcp_ext_hdr_t::fmt

Definition at line 148 of file switch_rtp.c.

Referenced by check_rtcp_and_ice(), and process_rtcp_report().

unsigned switch_rtcp_ext_hdr_t::length

Definition at line 150 of file switch_rtp.c.

Referenced by check_rtcp_and_ice(), and process_rtcp_report().

unsigned switch_rtcp_ext_hdr_t::p

Definition at line 147 of file switch_rtp.c.

Referenced by check_rtcp_and_ice().

unsigned switch_rtcp_ext_hdr_t::pt

Definition at line 149 of file switch_rtp.c.

Referenced by check_rtcp_and_ice().

uint32_t switch_rtcp_ext_hdr_t::recv_ssrc

Definition at line 152 of file switch_rtp.c.

Referenced by check_rtcp_and_ice().

uint32_t switch_rtcp_ext_hdr_t::send_ssrc

Definition at line 151 of file switch_rtp.c.

Referenced by check_rtcp_and_ice().

unsigned switch_rtcp_ext_hdr_t::version

Definition at line 146 of file switch_rtp.c.

Referenced by check_rtcp_and_ice().


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