diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-12 23:16:23 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-12 23:39:43 +0800 |
commit | eaa8e09ab61444d649d88f31c9047f006627b787 (patch) | |
tree | 34a842ddca2cc8aa04396129a1eec47f103ed5d7 /libempathy/empathy-call-handler.h | |
parent | f93c1b261ed44eff2bbaa99d8c10ebd39682ca27 (diff) | |
download | gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.gz gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.bz2 gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.lz gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.xz gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.tar.zst gsoc2013-empathy-eaa8e09ab61444d649d88f31c9047f006627b787.zip |
call-handler: add audio/video recv codecs properties
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r-- | libempathy/empathy-call-handler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index b8fa94965..234bc800e 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -83,6 +83,12 @@ FsCodec * empathy_call_handler_get_send_audio_codec ( FsCodec * empathy_call_handler_get_send_video_codec ( EmpathyCallHandler *self); +GList * empathy_call_handler_get_recv_audio_codecs ( + EmpathyCallHandler *self); + +GList * empathy_call_handler_get_recv_video_codecs ( + EmpathyCallHandler *self); + G_END_DECLS #endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/ |