Add option to mute audio when capturing
This commit is contained in:
@ -188,6 +188,7 @@ public:
|
||||
AudioPlayHead::CurrentPositionInfo m_playposinfo;
|
||||
bool m_play_when_host_plays = false;
|
||||
bool m_capture_when_host_plays = false;
|
||||
bool m_mute_while_capturing = false;
|
||||
bool m_use_backgroundbuffering = true;
|
||||
void resetParameters();
|
||||
void setPreBufferAmount(int x);
|
||||
|
Reference in New Issue
Block a user