FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
struct switch_jb_s * | parent |
switch_rtp_packet_t | packet |
uint32_t | len |
uint8_t | visible |
uint8_t | bad_hits |
struct switch_jb_node_s * | prev |
struct switch_jb_node_s * | next |
Definition at line 47 of file switch_jitterbuffer.c.
uint8_t switch_jb_node_s::bad_hits |
Definition at line 52 of file switch_jitterbuffer.c.
Referenced by hide_node(), and new_node().
uint32_t switch_jb_node_s::len |
Definition at line 50 of file switch_jitterbuffer.c.
Referenced by add_node(), cJSON_strdup(), parse_string(), print_array(), print_object(), print_string_ptr(), switch_jb_get_packet(), switch_jb_get_packet_by_seq(), and switch_jb_peek_frame().
struct switch_jb_node_s* switch_jb_node_s::next |
Definition at line 54 of file switch_jitterbuffer.c.
Referenced by cJSON_Delete(), drop_ts(), hide_nodes(), jb_find_lowest_node(), jb_find_lowest_seq(), new_node(), push_to_top(), sort_nodes(), and thin_frames().
switch_rtp_packet_t switch_jb_node_s::packet |
Definition at line 49 of file switch_jitterbuffer.c.
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(), node_cmp(), switch_jb_get_packet(), switch_jb_get_packet_by_seq(), switch_jb_peek_frame(), and thin_frames().
struct switch_jb_s* switch_jb_node_s::parent |
Definition at line 48 of file switch_jitterbuffer.c.
Referenced by hide_node(), and new_node().
struct switch_jb_node_s* switch_jb_node_s::prev |
Definition at line 53 of file switch_jitterbuffer.c.
Referenced by new_node(), push_to_top(), sort_nodes(), and suffix_object().
uint8_t switch_jb_node_s::visible |
Definition at line 51 of file switch_jitterbuffer.c.
Referenced by drop_ts(), hide_node(), jb_find_lowest_node(), jb_find_lowest_seq(), new_node(), node_cmp(), and thin_frames().