From c3472f9312691b0c5ded2eba7f607856c8834f43 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 18 Mar 2015 11:18:40 +0100 Subject: [PATCH] add doc linphone_core_media_encryption_supported to javadoc --- coreapi/linphonecore.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index ae6223218..4f642acc3 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -3198,6 +3198,13 @@ LINPHONE_PUBLIC int linphone_core_get_max_calls(LinphoneCore *lc); LINPHONE_PUBLIC void linphone_core_set_max_calls(LinphoneCore *lc, int max); LINPHONE_PUBLIC bool_t linphone_core_sound_resources_locked(LinphoneCore *lc); +/** + * @ingroup initializing + * Check if a media encryption type is supported + * @param lc core + * @param menc LinphoneMediaEncryption + * @return whether a media encryption scheme is supported by the LinphoneCore engine +**/ LINPHONE_PUBLIC bool_t linphone_core_media_encryption_supported(const LinphoneCore *lc, LinphoneMediaEncryption menc);