Implement the input passthrough parameter

This commit is contained in:
xenakios
2017-12-23 07:23:38 +02:00
parent 820259b001
commit 9ee8aa6ade
3 changed files with 4 additions and 7 deletions

View File

@ -140,7 +140,7 @@ public:
bool m_play_when_host_plays = false;
bool m_capture_when_host_plays = false;
bool m_use_backgroundbuffering = true;
bool m_pass_input_through = false;
void setPreBufferAmount(int x);
int getPreBufferAmount();
private: