
Data Fields | |
| struct ast_audiohook_translate | in_translate [2] |
| struct { | |
| struct ast_audiohook * first | |
| struct ast_audiohook * last | |
| } | manipulate_list |
| struct ast_audiohook_translate | out_translate [2] |
| struct { | |
| struct ast_audiohook * first | |
| struct ast_audiohook * last | |
| } | spy_list |
| struct { | |
| struct ast_audiohook * first | |
| struct ast_audiohook * last | |
| } | whisper_list |
Definition at line 46 of file audiohook.c.
| struct ast_audiohook* first |
Definition at line 49 of file audiohook.c.
| struct ast_audiohook_translate in_translate[2] |
Definition at line 47 of file audiohook.c.
Referenced by ast_audiohook_detach_list(), and audio_audiohook_write_list().
| struct ast_audiohook* last |
Definition at line 49 of file audiohook.c.
| struct { ... } manipulate_list |
| struct ast_audiohook_translate out_translate[2] |
Definition at line 48 of file audiohook.c.
Referenced by ast_audiohook_detach_list(), and audio_audiohook_write_list().
| struct { ... } spy_list |
| struct { ... } whisper_list |
1.7.1