RTS API Documentation  1.10.11
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+4+sizeof(char *)]
 
switch_rtp_hdr_ext_text
 
char * ebody
 

Detailed Description

Definition at line 111 of file switch_rtp.c.

Field Documentation

◆ body

char rtp_msg_t::body[SWITCH_RTP_MAX_BUF_LEN+4+sizeof(char *)]

Definition at line 113 of file switch_rtp.c.

Referenced by rtp_common_write(), and switch_rtp_write_manual().

◆ ebody

char* rtp_msg_t::ebody

Definition at line 115 of file switch_rtp.c.

Referenced by read_rtp_packet().

◆ ext

switch_rtp_hdr_ext_t* rtp_msg_t::ext

Definition at line 114 of file switch_rtp.c.

Referenced by read_rtp_packet().

◆ header

srtp_hdr_t rtp_msg_t::header

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