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
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-17 05:25:01 +0800
commita44928f423ea7d21dbf47cd67ccaf193f2a22ffa (patch)
tree7da2975c3228440766accec874f0ab80481e0c78 /libempathy-gtk/empathy-audio-sink.h
parent13a5916f2fbc2e14adb7971074ac08ebd2c51e54 (diff)
downloadgsoc2013-empathy-a44928f423ea7d21dbf47cd67ccaf193f2a22ffa.tar
gsoc2013-empathy-a44928f423ea7d21dbf47cd67ccaf193f2a22ffa.tar.gz
gsoc2013-empathy-a44928f423ea7d21dbf47cd67ccaf193f2a22ffa.tar.bz2
gsoc2013-empathy-a44928f423ea7d21dbf47cd67ccaf193f2a22ffa.tar.lz
gsoc2013-empathy-a44928f423ea7d21dbf47cd67ccaf193f2a22ffa.tar.xz
gsoc2013-empathy-a44928f423ea7d21dbf47cd67ccaf193f2a22ffa.tar.zst
gsoc2013-empathy-a44928f423ea7d21dbf47cd67ccaf193f2a22ffa.zip
Add API to get and set the volume
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2484 4ee84921-47dd-4033-b63a-18d7a039a3e4
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__*/