mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
add doc on linphone_core_get_mtu & remove it in linphonecore.c
This commit is contained in:
parent
d039f1e7d4
commit
95664d6879
2 changed files with 4 additions and 5 deletions
|
|
@ -5181,11 +5181,6 @@ void linphone_core_set_user_data(LinphoneCore *lc, void *userdata){
|
|||
lc->data=userdata;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the maximum transmission unit size in bytes.
|
||||
*
|
||||
* @ingroup media_parameters
|
||||
**/
|
||||
int linphone_core_get_mtu(const LinphoneCore *lc){
|
||||
return lc->net_conf.mtu;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3425,6 +3425,10 @@ LINPHONE_PUBLIC void linphone_core_stop_dtmf(LinphoneCore *lc);
|
|||
|
||||
LINPHONE_PUBLIC int linphone_core_get_current_call_duration(const LinphoneCore *lc);
|
||||
|
||||
/**
|
||||
* Returns the maximum transmission unit size in bytes.
|
||||
* @ingroup media_parameters
|
||||
**/
|
||||
LINPHONE_PUBLIC int linphone_core_get_mtu(const LinphoneCore *lc);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue