diff options
Diffstat (limited to 'libempathy-gtk/empathy-audio-sink.h')
-rw-r--r-- | libempathy-gtk/empathy-audio-sink.h | 4 |
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__*/ |