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

Data Fields

switch_frame_node_thead
 
switch_memory_pool_tpool
 
switch_mutex_tmutex
 
uint32_t total
 

Detailed Description

Definition at line 107 of file switch_utils.c.

Field Documentation

switch_frame_node_t* switch_frame_buffer_s::head

Definition at line 108 of file switch_utils.c.

Referenced by find_free_frame().

switch_mutex_t* switch_frame_buffer_s::mutex

Definition at line 110 of file switch_utils.c.

Referenced by find_free_frame(), and switch_frame_buffer_create().

switch_memory_pool_t* switch_frame_buffer_s::pool
uint32_t switch_frame_buffer_s::total

Definition at line 111 of file switch_utils.c.

Referenced by find_free_frame().


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