Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char | base_dir [0] |
struct ao2_container * | index |
struct ao2_container * | media_list_cache |
Definition at line 148 of file media_index.c.
char base_dir[0] |
Base directory for indexing
Definition at line 151 of file media_index.c.
Referenced by ast_media_index_create(), ast_media_index_update_for_file(), and process_description_file().
struct ao2_container* index |
The index of media that has requested
Definition at line 149 of file media_index.c.
Referenced by alloc_variant(), ast_media_get_media(), ast_media_get_variants(), ast_media_index_create(), find_variant(), media_index_dtor(), and update_index_cb().
struct ao2_container* media_list_cache |
Cache of filenames to prevent them from being regenerated so often
Definition at line 150 of file media_index.c.
Referenced by ast_media_get_media(), and media_index_dtor().