aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-audio-sink.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-17 05:25:01 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-17 05:25:01 +0800
commit0740bc82804c91d033d9e77588ccff724cb37e88 (patch)
tree7da2975c3228440766accec874f0ab80481e0c78 /libempathy-gtk/empathy-audio-sink.h
parentd57177df0cae66abfbccb0f012504dd26cc49743 (diff)
downloadgsoc2013-empathy-0740bc82804c91d033d9e77588ccff724cb37e88.tar
gsoc2013-empathy-0740bc82804c91d033d9e77588ccff724cb37e88.tar.gz
gsoc2013-empathy-0740bc82804c91d033d9e77588ccff724cb37e88.tar.bz2
gsoc2013-empathy-0740bc82804c91d033d9e77588ccff724cb37e88.tar.lz
gsoc2013-empathy-0740bc82804c91d033d9e77588ccff724cb37e88.tar.xz
gsoc2013-empathy-0740bc82804c91d033d9e77588ccff724cb37e88.tar.zst
gsoc2013-empathy-0740bc82804c91d033d9e77588ccff724cb37e88.zip
Add API to get and set the volume
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2484
Diffstat (limited to 'libempathy-gtk/empathy-audio-sink.h')
-rw-r--r--libempathy-gtk/empathy-audio-sink.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-audio-sink.h b/libempathy-gtk/empathy-audio-sink.h
index 8efafde5e..57579dc3e 100644
--- a/libempathy-gtk/empathy-audio-sink.h
+++ b/libempathy-gtk/empathy-audio-sink.h
@@ -58,6 +58,10 @@ GType empathy_audio_sink_get_type (void);
GstElement *empathy_audio_sink_new (void);
+void empathy_audio_sink_set_volume (EmpathyGstAudioSink *sink, gdouble volume);
+
+gdouble empathy_audio_sink_get_volume (EmpathyGstAudioSink *sink);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_GST_AUDIO_SINK_H__*/