#include <audiohook.h>
Data Fields | |
int | read_volume |
int | write_volume |
Definition at line 72 of file audiohook.h.
int read_volume |
Volume adjustment on frames read from the channel the hook is on
Definition at line 73 of file audiohook.h.
Referenced by audiohook_read_frame_both(), audiohook_read_frame_single(), channel_spy(), and launch_monitor_thread().
int write_volume |
Volume adjustment on frames written to the channel the hook is on
Definition at line 74 of file audiohook.h.
Referenced by audiohook_read_frame_both(), audiohook_read_frame_single(), channel_spy(), and launch_monitor_thread().