Data Fields | |
struct ast_audiohook | audiohook |
unsigned int | flags |
int | rx_gain |
int | tx_gain |
Definition at line 73 of file func_volume.c.
struct ast_audiohook audiohook |
Definition at line 74 of file func_volume.c.
Referenced by destroy_callback(), and volume_write().
unsigned int flags |
Definition at line 77 of file func_volume.c.
Referenced by volume_write().
int rx_gain |
Definition at line 76 of file func_volume.c.
Referenced by volume_callback(), and volume_write().
int tx_gain |
Definition at line 75 of file func_volume.c.
Referenced by volume_callback(), and volume_write().