summaryrefslogtreecommitdiffstats
path: root/src/ServerInfoManager.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-27 16:20:38 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-27 16:20:38 +0000
commitc63a673ffee23c350e7cdfe61e0488b846790111 (patch)
treee49b478d5d9c18606e0e81ddeac75ababc678664 /src/ServerInfoManager.hh
parent7434d1425de6b5dd747d094ec6fd4efb62dfed75 (diff)
update for polypaudio 0.3
git-svn-id: file:///home/lennart/svn/public/paman/trunk@23 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/ServerInfoManager.hh')
-rw-r--r--src/ServerInfoManager.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ServerInfoManager.hh b/src/ServerInfoManager.hh
index 6fa8342..6762f75 100644
--- a/src/ServerInfoManager.hh
+++ b/src/ServerInfoManager.hh
@@ -39,8 +39,8 @@ public:
struct pa_sample_spec sample_spec;
uint32_t monitor_source;
uint32_t owner_module;
- uint32_t volume;
- uint32_t latency;
+ pa_volume_t volume;
+ pa_usec_t latency;
Gtk::TreeRowReference treeRef, sinkComboBoxTreeRef;
@@ -113,8 +113,8 @@ public:
uint32_t sink;
uint32_t client;
uint32_t owner_module;
- uint32_t volume;
- uint32_t latency;
+ pa_volume_t volume;
+ pa_usec_t buffer_usec, sink_usec;
Gtk::TreeRowReference treeRef;