Data Fields | |
ast_audiohook_translate | in_translate [2] |
struct { | |
ast_audiohook * first | |
ast_audiohook * last | |
} | manipulate_list |
ast_audiohook_translate | out_translate [2] |
struct { | |
ast_audiohook * first | |
ast_audiohook * last | |
} | spy_list |
struct { | |
ast_audiohook * first | |
ast_audiohook * last | |
} | whisper_list |
Definition at line 50 of file audiohook.c.
struct ast_audiohook* first |
Definition at line 55 of file audiohook.c.
struct ast_audiohook* first |
Definition at line 54 of file audiohook.c.
struct ast_audiohook* first |
Definition at line 53 of file audiohook.c.
struct ast_audiohook_translate in_translate[2] |
Definition at line 51 of file audiohook.c.
Referenced by ast_audiohook_detach_list(), and audio_audiohook_write_list().
struct ast_audiohook* last |
Definition at line 55 of file audiohook.c.
struct ast_audiohook* last |
Definition at line 54 of file audiohook.c.
struct ast_audiohook* last |
Definition at line 53 of file audiohook.c.
struct { ... } manipulate_list |
Referenced by ast_audiohook_attach(), ast_audiohook_detach_list(), ast_audiohook_remove(), ast_audiohook_write_list_empty(), ast_channel_audiohook_count_by_source(), ast_channel_audiohook_count_by_source_running(), audio_audiohook_write_list(), dtmf_audiohook_write_list(), and find_audiohook_by_source().
struct ast_audiohook_translate out_translate[2] |
Definition at line 52 of file audiohook.c.
Referenced by ast_audiohook_detach_list(), and audio_audiohook_write_list().
struct { ... } spy_list |
struct { ... } whisper_list |