forked from mirrors/linphone-iphone
Define adaptive rate control getter/setter in LinphoneCore.java interface too
This commit is contained in:
parent
c5a480efd3
commit
0abc9efadc
2 changed files with 13 additions and 1 deletions
|
|
@ -759,6 +759,18 @@ public interface LinphoneCore {
|
|||
*/
|
||||
boolean isAdaptiveRateControlEnabled();
|
||||
|
||||
/**
|
||||
* Sets adaptive rate algorithm. It will be used for each new calls
|
||||
* starting from now. Calls already started will not be updated.
|
||||
*/
|
||||
void setAdaptiveRateAlgorithm(AdaptiveRateAlgorithm alg);
|
||||
|
||||
/**
|
||||
* Returns which adaptive rate algorithm is currently configured for
|
||||
* future calls.
|
||||
*/
|
||||
AdaptiveRateAlgorithm getAdaptiveRateAlgorithm();
|
||||
|
||||
/**
|
||||
* Enables or disable echo cancellation.
|
||||
* @param enable
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2b893e460104f1fd92e3b7253c51d3218e1c0bb1
|
||||
Subproject commit a762948dd3e9668d071658557418db571f71c0aa
|
||||
Loading…
Add table
Reference in a new issue