Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_media_index Struct Reference
Collaboration diagram for ast_media_index:
Collaboration graph
[legend]

Data Fields

char base_dir [0]
 
struct ao2_containerindex
 
struct ao2_containermedia_list_cache
 

Detailed Description

Definition at line 148 of file media_index.c.

Field Documentation

◆ base_dir

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

◆ index

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

◆ media_list_cache

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


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