aboutsummaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-05-18 11:45:49 +0200
committerConor Curran <conor.curran@canonical.com>2011-05-18 11:45:49 +0200
commite499cede95e1eab865286b450b0d927457467749 (patch)
treed2bd0dedd33c87233f2483d79b0c3910acb9ae28 /src/device.h
parent03d29626622fa8ede6f4e00960fffb8d89382f9f (diff)
parentb4dc15ac004d49a46cba1b88c1c5cdf8c12755ba (diff)
downloadayatana-indicator-sound-e499cede95e1eab865286b450b0d927457467749.tar.gz
ayatana-indicator-sound-e499cede95e1eab865286b450b0d927457467749.tar.bz2
ayatana-indicator-sound-e499cede95e1eab865286b450b0d927457467749.zip
source monitoring now happens even if the application is not voip specific therefore the voip slider has now become a generic mic input gain slider - hurray
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device.h b/src/device.h
index 9c74344..ccaf4ea 100644
--- a/src/device.h
+++ b/src/device.h
@@ -68,8 +68,8 @@ void device_ensure_sink_is_unmuted (Device* self);
// source and sinkinput/client related for VOIP functionality
void device_update_voip_input_source (Device* sink, const pa_source_info* update);
-void device_activate_voip_item (Device* sink, gint sink_input_index, gint client_index);
-gint device_get_current_sink_input_index (Device* sink);
+void device_activate_voip_item (Device* sink, gint source_output_index, gint client_index);
+gint device_get_voip_source_output_index (Device* sink);
gboolean device_is_voip_source_populated (Device* sink);
gint device_get_source_index (Device* self);
void device_determine_blocking_state (Device* self);