Define adaptive rate control getter/setter in LinphoneCore.java interface too

This commit is contained in:
Gautier Pelloux-Prayer 2014-09-09 11:08:40 +02:00
parent c5a480efd3
commit 0abc9efadc
2 changed files with 13 additions and 1 deletions

View file

@ -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