summaryrefslogtreecommitdiffstats
path: root/ServerInfo.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-15 11:26:05 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-15 11:26:05 +0000
commitf8b436993e3ea7059984538cd65d50bd50671fe6 (patch)
tree671775ab2c37fd06c5590a54e2220d5d1a2cf01b /ServerInfo.hh
parente34209e5df13b4f3dd228af857cf0d303b21db48 (diff)
Implement volume changing
git-svn-id: file:///home/lennart/svn/public/paman/trunk@7 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
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;