| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct ast_audiohook_translate | in_translate [2] | |
| int | list_internal_samp_rate | |
| struct { | ||
| struct ast_audiohook * first | ||
| struct ast_audiohook * last | ||
| } | manipulate_list | |
| int | native_slin_compatible | |
| 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 55 of file audiohook.c.
| struct ast_audiohook* first | 
Definition at line 65 of file audiohook.c.
| struct ast_audiohook_translate in_translate[2] | 
Definition at line 63 of file audiohook.c.
Referenced by ast_audiohook_detach_list(), and audiohook_list_translate_to_slin().
| struct ast_audiohook* last | 
Definition at line 65 of file audiohook.c.
| int list_internal_samp_rate | 
Internal sample rate used when writing to the audiohook list
Definition at line 61 of file audiohook.c.
Referenced by ast_audiohook_attach(), audio_audiohook_write_list(), audiohook_list_set_hook_rate(), audiohook_list_set_samplerate_compatibility(), and audiohook_list_translate_to_slin().
| struct { ... } manipulate_list | 
| int native_slin_compatible | 
Definition at line 60 of file audiohook.c.
Referenced by audiohook_list_set_hook_rate(), and audiohook_list_set_samplerate_compatibility().
| struct ast_audiohook_translate out_translate[2] | 
Definition at line 64 of file audiohook.c.
Referenced by ast_audiohook_detach_list(), and audiohook_list_translate_to_native().
| struct { ... } spy_list | 
| struct { ... } whisper_list |