Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
Audiohook volume adjustment structure. More...
Data Fields | |
struct ast_audiohook | audiohook |
float | read_adjustment |
float | write_adjustment |
Audiohook volume adjustment structure.
Definition at line 1211 of file audiohook.c.
struct ast_audiohook audiohook |
Audiohook attached to the channel
Definition at line 1212 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 1213 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 1214 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().