mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
re-add new functions in LinphoneCore.java that was reverted by my fuck*** Eclipse when crashing.
This commit is contained in:
parent
815348c25c
commit
c43ae68b80
1 changed files with 13 additions and 0 deletions
|
|
@ -1532,4 +1532,17 @@ public interface LinphoneCore {
|
|||
* @param path a wav file to be played when such call failure happens.
|
||||
*/
|
||||
public void setCallErrorTone(Reason reason, String path);
|
||||
|
||||
/**
|
||||
* Inform the core about the maximum transmission unit of the network.
|
||||
* This is used for fragmenting video RTP packets to a size compatible with the network.
|
||||
* @param mtu the MTU in bytes.
|
||||
*/
|
||||
public void setMtu(int mtu);
|
||||
/**
|
||||
* Returns the mtu value previously set by setMtu().
|
||||
*
|
||||
* @return the MTU in bytes.
|
||||
*/
|
||||
public int getMtu();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue