Asterisk - The Open Source Telephony Project
18.5.0
|
Audiohook volume adjustment structure. More...
Data Fields | |
struct ast_audiohook | audiohook |
int | read_adjustment |
int | write_adjustment |
Audiohook volume adjustment structure.
Definition at line 1231 of file audiohook.c.
struct ast_audiohook audiohook |
Audiohook attached to the channel
Definition at line 1232 of file audiohook.c.
Referenced by audiohook_volume_destroy(), and audiohook_volume_get().
int read_adjustment |
Value to adjust frames read from the channel by
Definition at line 1233 of file audiohook.c.
Referenced by ast_audiohook_volume_adjust(), ast_audiohook_volume_get(), ast_audiohook_volume_set(), and audiohook_volume_callback().
int write_adjustment |
Value to adjust frames written to the channel by
Definition at line 1234 of file audiohook.c.
Referenced by ast_audiohook_volume_adjust(), ast_audiohook_volume_get(), ast_audiohook_volume_set(), and audiohook_volume_callback().