Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct ast_audiohook | audiohook |
unsigned int | flags |
float | rx_gain |
float | tx_gain |
Definition at line 84 of file func_volume.c.
struct ast_audiohook audiohook |
Definition at line 85 of file func_volume.c.
Referenced by destroy_callback(), volume_callback(), and volume_write().
unsigned int flags |
Definition at line 88 of file func_volume.c.
Referenced by volume_write().
float rx_gain |
Definition at line 87 of file func_volume.c.
Referenced by volume_callback(), volume_read(), and volume_write().
float tx_gain |
Definition at line 86 of file func_volume.c.
Referenced by volume_callback(), volume_read(), and volume_write().