|
RTS API Documentation
1.10.11
|
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_t * | ext |
| char * | ebody |
Definition at line 111 of file switch_rtp.c.
| 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().
| 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(), do_flush(), read_bundle_rtp_packet(), read_rtp_packet(), rtp_common_read(), rtp_common_write(), switch_rtp_create(), switch_rtp_set_ssrc(), switch_rtp_write_frame(), and switch_rtp_write_manual().
1.8.13