RTS API Documentation
1.10.11
|
#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 1000 of file switch_types.h.
unsigned switch_rtp_hdr_t::cc |
Definition at line 1001 of file switch_types.h.
unsigned switch_rtp_hdr_t::m |
Definition at line 1006 of file switch_types.h.
Referenced by add_node(), handle_nack(), jb_next_packet_by_seq(), switch_jb_get_packet(), and switch_jb_peek_frame().
unsigned switch_rtp_hdr_t::p |
Definition at line 1003 of file switch_types.h.
unsigned switch_rtp_hdr_t::pt |
Definition at line 1005 of file switch_types.h.
Referenced by handle_nack().
unsigned switch_rtp_hdr_t::seq |
Definition at line 1007 of file switch_types.h.
Referenced by add_node(), check_jb_size(), handle_nack(), 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(), switch_jb_peek_frame(), and switch_jb_put_packet().
unsigned switch_rtp_hdr_t::ssrc |
Definition at line 1009 of file switch_types.h.
unsigned switch_rtp_hdr_t::ts |
Definition at line 1008 of file switch_types.h.
Referenced by add_node(), drop_oldest_frame(), drop_ts(), handle_nack(), hide_node(), jb_find_lowest_node(), jb_find_lowest_seq(), jb_find_lowest_ts(), jb_miss(), jb_next_packet_by_seq(), jb_next_packet_by_ts(), switch_ivr_delay_echo(), switch_jb_get_packet(), switch_jb_peek_frame(), and switch_jb_put_packet().
unsigned switch_rtp_hdr_t::version |
Definition at line 1004 of file switch_types.h.
Referenced by switch_ivr_delay_echo(), switch_jb_get_packet(), and switch_jb_get_packet_by_seq().
unsigned switch_rtp_hdr_t::x |
Definition at line 1002 of file switch_types.h.