aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputUHD.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r--src/OutputUHD.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/OutputUHD.h b/src/OutputUHD.h
index 28d3f25..b7e570a 100644
--- a/src/OutputUHD.h
+++ b/src/OutputUHD.h
@@ -102,6 +102,9 @@ struct UHDWorkerData {
struct UHDWorkerFrameData frame1;
size_t bufsize; // in bytes
+ // muting set by remote control
+ bool muting;
+
// A barrier to synchronise the two threads
shared_ptr<barrier> sync_barrier;
@@ -187,6 +190,9 @@ class OutputUHD: public ModOutput, public RemoteControllable {
bool mute_no_timestamps;
bool enable_sync;
+ // muting can only be changed using the remote control
+ bool myMuting;
+
size_t lastLen;
};