Asterisk - The Open Source Telephony Project
18.5.0
|
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 add_format_information_cb(), append_sound_cb(), and create_sound_blob().
const char* format_filter |
Format filter provided in the request
Definition at line 39 of file resource_sounds.c.
Referenced by add_format_information_cb(), and create_sound_blob().
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.
Referenced by add_format_information_cb(), and create_sound_blob().