]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCore.java
Microphone gain & U/D bandwidth in JNI
[linphone] / java / common / org / linphone / core / LinphoneCore.java
index 49b15c369372cb633fcbd5cbba387ad02f904b1d..51b6d029ab420fec44fab5c048dfb1b74c7c055e 100644 (file)
@@ -849,4 +849,10 @@ public interface LinphoneCore {
         * Once this time is elapsed (ringing included), the call is automatically hung up.
        **/
        void setInCallTimeout(int timeout);
+       
+       void setUploadBandwidth(int bandwidth);
+       
+       void setDownloadBandwidth(int bandwidth);
+       
+       void setMicrophoneGain(float gain);
 }