mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
add doc linphone_core_media_encryption_supported to javadoc
This commit is contained in:
parent
acf3bb287d
commit
c3472f9312
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue