Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
lang_format_info Struct Reference

arguments that are necessary for adding format/lang pairs More...

Collaboration diagram for lang_format_info:
Collaboration graph
[legend]

Data Fields

const char * filename
 
const char * format_filter
 
struct ast_jsonformat_list
 

Detailed Description

arguments that are necessary for adding format/lang pairs

Definition at line 36 of file resource_sounds.c.

Field Documentation

◆ filename

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().

◆ format_filter

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().

◆ format_list

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().


The documentation for this struct was generated from the following file: