RTS API Documentation
1.10.11
|
#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 607 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 609 of file switch_module_interfaces.h.
Referenced by switch_core_directory_close(), switch_core_directory_next(), switch_core_directory_next_pair(), switch_core_directory_open(), and switch_core_directory_query().
uint32_t switch_directory_handle::flags |
flags to control behaviour
Definition at line 611 of file switch_module_interfaces.h.
switch_memory_pool_t* switch_directory_handle::memory_pool |
the handle's memory pool
Definition at line 614 of file switch_module_interfaces.h.
Referenced by switch_core_directory_close(), and switch_core_directory_open().
void* switch_directory_handle::private_info |
private data for the format module to store handle specific info
Definition at line 616 of file switch_module_interfaces.h.