Asterisk - The Open Source Telephony Project
18.5.0
|
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 add_media_cb(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), media_info_alloc(), and media_info_cmp().
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(), media_info_alloc(), and media_info_destroy().