| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Structure to hold a list of the format variations for a media file for a specific variant. More...

| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| const ast_string_field | description | 
| struct ast_format_cap * | formats | 
| char | variant [0] | 
Structure to hold a list of the format variations for a media file for a specific variant.
Definition at line 46 of file media_index.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 49 of file media_index.c.
| struct ast_string_field_pool* __field_mgr_pool | 
< The description of the media
Definition at line 49 of file media_index.c.
| const ast_string_field description | 
Definition at line 49 of file media_index.c.
Referenced by process_description_file().
| struct ast_format_cap* formats | 
The formats this media is available in for this variant
Definition at line 50 of file media_index.c.
| char variant[0] | 
The variant this media is available in
Definition at line 51 of file media_index.c.
Referenced by add_variant_cb(), alloc_variant(), ast_media_get_description(), find_variant(), media_variant_alloc(), media_variant_cmp(), media_variant_destroy(), media_variant_hash(), process_description_file(), and update_file_format_info().