@@ -786,6 +786,26 @@ public interface LinphoneCore {
*/
intgetPayloadTypeBitrate(PayloadTypept);
/**
* Set an explicit bitrate (IP bitrate, not codec bitrate) for a given codec, in kbit/s.
* @param pt the payload type
* @param number target IP bitrate in kbit/s
*/
/**
* Force a number for a payload type. The LinphoneCore does payload type number assignment automatically. THis function is to be used mainly for tests, in order