| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Audiohook volume adjustment structure. More...

| Data Fields | |
| struct ast_audiohook | audiohook | 
| float | read_adjustment | 
| float | write_adjustment | 
Audiohook volume adjustment structure.
Definition at line 1220 of file audiohook.c.
| struct ast_audiohook audiohook | 
Audiohook attached to the channel
Definition at line 1221 of file audiohook.c.
Referenced by audiohook_volume_callback(), audiohook_volume_destroy(), and audiohook_volume_get().
| float read_adjustment | 
Value to adjust frames read from the channel by
Definition at line 1222 of file audiohook.c.
Referenced by ast_audiohook_volume_adjust_float(), ast_audiohook_volume_get_float(), ast_audiohook_volume_set_float(), and audiohook_volume_callback().
| float write_adjustment | 
Value to adjust frames written to the channel by
Definition at line 1223 of file audiohook.c.
Referenced by ast_audiohook_volume_adjust_float(), ast_audiohook_volume_get_float(), ast_audiohook_volume_set_float(), and audiohook_volume_callback().