summaryrefslogtreecommitdiffstats
path: root/ServerInfo.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ServerInfo.hh')
-rw-r--r--ServerInfo.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ServerInfo.hh b/ServerInfo.hh
index bba87b3..5c22f64 100644
--- a/ServerInfo.hh
+++ b/ServerInfo.hh
@@ -115,6 +115,8 @@ public:
void removeSourceInfo(uint32_t index);
void removeClientInfo(uint32_t index);
void removeModuleInfo(uint32_t index);
+
+ void setSinkVolume(uint32_t index, uint32_t volume);
protected:
std::map<int, SinkInfo*> sinks;