]> git.0d.be Git - empathy.git/blobdiff - src/empathy-audio-src.h
Merge branch 'change-audio'
[empathy.git] / src / empathy-audio-src.h
index c65f3696a5fd70ac6865217c55a2835fcf4142c5..05e3c46cc769efa7bfb316edafd91f8a09f0cd31 100644 (file)
@@ -67,6 +67,7 @@ typedef struct
   guint index;
   gchar *name;
   gchar *description;
+  gboolean is_monitor;
 } EmpathyAudioSrcMicrophone;
 
 void empathy_audio_src_get_microphones_async (EmpathyGstAudioSrc *src,
@@ -74,6 +75,8 @@ void empathy_audio_src_get_microphones_async (EmpathyGstAudioSrc *src,
 const GList * empathy_audio_src_get_microphones_finish (EmpathyGstAudioSrc *src,
     GAsyncResult *result, GError **error);
 
+guint empathy_audio_src_get_microphone (EmpathyGstAudioSrc *src);
+
 void empathy_audio_src_change_microphone_async (EmpathyGstAudioSrc *src,
     guint microphone, GAsyncReadyCallback callback, gpointer user_data);
 gboolean empathy_audio_src_change_microphone_finish (EmpathyGstAudioSrc *src,