Add option to mute audio when capturing

This commit is contained in:
xenakios
2018-06-01 16:31:31 +03:00
parent 8547ccc3d4
commit c5e4f78d0f
3 changed files with 9 additions and 2 deletions

View File

@ -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);