FreeSWITCH API Documentation  1.7.0
Data Fields
switch_jb_node_s Struct Reference
+ Collaboration diagram for switch_jb_node_s:

Data Fields

struct switch_jb_sparent
 
switch_rtp_packet_t packet
 
uint32_t len
 
uint8_t visible
 
uint8_t bad_hits
 
struct switch_jb_node_sprev
 
struct switch_jb_node_snext
 

Detailed Description

Definition at line 47 of file switch_jitterbuffer.c.

Field Documentation

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
struct switch_jb_node_s* switch_jb_node_s::next
switch_rtp_packet_t switch_jb_node_s::packet
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

The documentation for this struct was generated from the following file: