]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCore.java
backward compat fixes
[linphone] / java / common / org / linphone / core / LinphoneCore.java
index ce476c738668dee41231a4097e086f1258e0873f..6ac821322d8593bc23e1d21602a4498445448a7d 100644 (file)
@@ -491,11 +491,17 @@ public interface LinphoneCore {
         */
        void clearCallLogs();
        /***
-        * get payload type  from mime type an clock rate
+        * get payload type  from mime type, clock rate, and number of channels.-
         * 
         * return null if not found
         */
        PayloadType findPayloadType(String mime, int clockRate, int channels); 
+       /***
+        * get payload type  from mime type and clock rate..
+        * 
+        * return null if not found
+        */
+       PayloadType findPayloadType(String mime, int clockRate); 
        /**
         * not implemented yet
         * @param pt