From f8b436993e3ea7059984538cd65d50bd50671fe6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 15 Aug 2004 11:26:05 +0000 Subject: Implement volume changing git-svn-id: file:///home/lennart/svn/public/paman/trunk@7 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- ServerInfo.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ServerInfo.hh') 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 sinks; -- cgit