summaryrefslogtreecommitdiff
path: root/client/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/control.h')
-rw-r--r--client/control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/control.h b/client/control.h
index 1563f3d..f6b4599 100644
--- a/client/control.h
+++ b/client/control.h
@@ -48,8 +48,12 @@ public:
void record();
void stop();
+ void mute();
+ void unmute();
+
bool isFrozen();
bool isRecording();
+ bool isMuted();
// bool isScreenshot();
// void takeScreenshot();
@@ -57,6 +61,7 @@ public:
private:
bool frozen;
bool recording;
+ bool muted;
// bool screenshot;
QMutex mutex;