FreeSWITCH API Documentation
1.7.0
|
#include <switch_types.h>
Data Fields | |
unsigned | cc:4 |
unsigned | x:1 |
unsigned | p:1 |
unsigned | version:2 |
unsigned | pt:7 |
unsigned | m:1 |
unsigned | seq:16 |
unsigned | ts:32 |
unsigned | ssrc:32 |
Definition at line 924 of file switch_types.h.
unsigned switch_rtp_hdr_t::cc |
Definition at line 925 of file switch_types.h.
unsigned switch_rtp_hdr_t::m |
Definition at line 930 of file switch_types.h.
Referenced by add_node(), jb_next_packet_by_seq(), and switch_jb_peek_frame().
unsigned switch_rtp_hdr_t::p |
Definition at line 927 of file switch_types.h.
unsigned switch_rtp_hdr_t::pt |
Definition at line 929 of file switch_types.h.
unsigned switch_rtp_hdr_t::seq |
Definition at line 931 of file switch_types.h.
Referenced by add_node(), hide_node(), jb_find_lowest_seq(), jb_next_packet_by_seq(), jb_next_packet_by_ts(), node_cmp(), switch_ivr_delay_echo(), switch_jb_get_packet(), and switch_jb_peek_frame().
unsigned switch_rtp_hdr_t::ssrc |
Definition at line 933 of file switch_types.h.
unsigned switch_rtp_hdr_t::ts |
Definition at line 932 of file switch_types.h.
Referenced by add_node(), drop_ts(), hide_node(), jb_find_lowest_node(), jb_find_lowest_seq(), jb_find_lowest_ts(), jb_next_packet_by_seq(), jb_next_packet_by_ts(), switch_ivr_delay_echo(), switch_jb_get_packet(), switch_jb_peek_frame(), and thin_frames().
unsigned switch_rtp_hdr_t::version |
Definition at line 928 of file switch_types.h.
Referenced by switch_ivr_delay_echo().
unsigned switch_rtp_hdr_t::x |
Definition at line 926 of file switch_types.h.