FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
srtp_hdr_t | header |
char | body [SWITCH_RTP_MAX_BUF_LEN] |
switch_rtp_hdr_ext_t * | ext |
char * | ebody |
Definition at line 111 of file switch_rtp.c.
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 |
Definition at line 112 of file switch_rtp.c.
Referenced by check_rtcp_and_ice(), handle_nack(), read_rtp_packet(), rtp_common_read(), rtp_common_write(), switch_rtp_create(), and switch_rtp_write_frame().