RTS API Documentation  1.10.11
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 126 of file switch_utils.c.

Field Documentation

◆ frame

switch_frame_t* switch_frame_node_s::frame

Definition at line 127 of file switch_utils.c.

Referenced by find_free_frame(), and switch_frame_buffer_free().

◆ inuse

int switch_frame_node_s::inuse

Definition at line 128 of file switch_utils.c.

Referenced by find_free_frame(), and switch_frame_buffer_free().

◆ next

struct switch_frame_node_s* switch_frame_node_s::next

Definition at line 130 of file switch_utils.c.

Referenced by find_free_frame(), and switch_frame_buffer_free().

◆ prev

struct switch_frame_node_s* switch_frame_node_s::prev

Definition at line 129 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: