Asterisk - The Open Source Telephony Project
21.4.1
|
Structure to hold information about a media file. More...
Data Fields | |
char | name [0] |
struct ao2_container * | variants |
Structure to hold information about a media file.
Definition at line 99 of file media_index.c.
char name[0] |
The file name of the media
Definition at line 101 of file media_index.c.
Referenced by PathSegment::__init__(), add_media_cb(), and PathSegment::get_child().
struct ao2_container* variants |
The variants for which this media is available
Definition at line 100 of file media_index.c.
Referenced by alloc_variant(), and ast_media_get_variants().