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

Data Fields

srtp_hdr_t header
 
char body [SWITCH_RTP_MAX_BUF_LEN]
 
switch_rtp_hdr_ext_text
 
char * ebody
 

Detailed Description

Definition at line 111 of file switch_rtp.c.

Field Documentation

char rtp_msg_t::body[SWITCH_RTP_MAX_BUF_LEN]

Definition at line 113 of file switch_rtp.c.

Referenced by rtp_common_write().

char* rtp_msg_t::ebody

Definition at line 115 of file switch_rtp.c.

Referenced by read_rtp_packet().

switch_rtp_hdr_ext_t* rtp_msg_t::ext

Definition at line 114 of file switch_rtp.c.

Referenced by read_rtp_packet().

srtp_hdr_t rtp_msg_t::header

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