#include <switch_module_interfaces.h>
Collaboration diagram for switch_directory_handle:
Data Fields | |
| switch_directory_interface_t * | directory_interface |
| uint32_t | flags |
| switch_memory_pool_t * | memory_pool |
| void * | private_info |
Definition at line 554 of file switch_module_interfaces.h.
the interface of the module that implemented the current directory interface
Definition at line 556 of file switch_module_interfaces.h.
| uint32_t switch_directory_handle::flags |
flags to control behaviour
Definition at line 558 of file switch_module_interfaces.h.
the handle's memory pool
Definition at line 561 of file switch_module_interfaces.h.
private data for the format module to store handle specific info
Definition at line 563 of file switch_module_interfaces.h.
1.4.7