summaryrefslogtreecommitdiffstats
path: root/src/ServerInfoManager.hh
diff options
context:
space:
mode:
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;