| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
arguments that are necessary for adding format/lang pairs More...

| Data Fields | |
| const char * | filename | 
| const char * | format_filter | 
| struct ast_json * | format_list | 
arguments that are necessary for adding format/lang pairs
Definition at line 36 of file resource_sounds.c.
| const char* filename | 
Name of the file for which to add format/lang pairs
Definition at line 38 of file resource_sounds.c.
Referenced by create_sound_blob().
| const char* format_filter | 
Format filter provided in the request
Definition at line 39 of file resource_sounds.c.
| struct ast_json* format_list | 
The embedded array to which format/lang pairs should be added
Definition at line 37 of file resource_sounds.c.