RTS API Documentation  1.10.11
Data Fields
switch_directory_handle Struct Reference

#include <switch_module_interfaces.h>

+ Collaboration diagram for switch_directory_handle:

Data Fields

switch_directory_interface_tdirectory_interface
 
uint32_t flags
 
switch_memory_pool_tmemory_pool
 
void * private_info
 

Detailed Description

an abstract representation of a directory interface.

Definition at line 607 of file switch_module_interfaces.h.

Field Documentation

◆ directory_interface

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().

◆ flags

uint32_t switch_directory_handle::flags

flags to control behaviour

Definition at line 611 of file switch_module_interfaces.h.

◆ memory_pool

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().

◆ private_info

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.


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