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

Data Fields

switch_frame_tframe
 
int inuse
 
struct switch_frame_node_sprev
 
struct switch_frame_node_snext
 

Detailed Description

Definition at line 100 of file switch_utils.c.

Field Documentation

switch_frame_t* switch_frame_node_s::frame

Definition at line 101 of file switch_utils.c.

Referenced by find_free_frame(), and switch_frame_buffer_free().

int switch_frame_node_s::inuse

Definition at line 102 of file switch_utils.c.

Referenced by find_free_frame(), and switch_frame_buffer_free().

struct switch_frame_node_s* switch_frame_node_s::next

Definition at line 104 of file switch_utils.c.

Referenced by find_free_frame(), and switch_frame_buffer_free().

struct switch_frame_node_s* switch_frame_node_s::prev

Definition at line 103 of file switch_utils.c.

Referenced by find_free_frame(), and switch_frame_buffer_free().


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