FreeSWITCH API Documentation
1.7.0
|
#include <switch_module_interfaces.h>
Data Fields | |
switch_directory_interface_t * | directory_interface |
uint32_t | flags |
switch_memory_pool_t * | memory_pool |
void * | private_info |
an abstract representation of a directory interface.
Definition at line 621 of file switch_module_interfaces.h.
switch_directory_interface_t* switch_directory_handle::directory_interface |
the interface of the module that implemented the current directory interface
Definition at line 623 of file switch_module_interfaces.h.
uint32_t switch_directory_handle::flags |
flags to control behaviour
Definition at line 625 of file switch_module_interfaces.h.
switch_memory_pool_t* switch_directory_handle::memory_pool |
the handle's memory pool
Definition at line 628 of file switch_module_interfaces.h.
void* switch_directory_handle::private_info |
private data for the format module to store handle specific info
Definition at line 630 of file switch_module_interfaces.h.