|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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::get_child(), SwaggerType::load(), 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.