mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-09-25 13:22:06 +00:00
Fix deafen semantics
This commit is contained in:
+2
-1
@@ -81,7 +81,8 @@ public:
|
||||
void mute(bool mute);
|
||||
bool is_muted() const { return muted_; };
|
||||
|
||||
// Set the device to be deaf to (ie ignore) bus activity
|
||||
// Set the device to be deaf to (ie don't react to) bus activity. It is
|
||||
// orthogonal to mute — a deaf device can still send frames.
|
||||
void deafen(bool deaf);
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user