Change API of findPayloadType() to take the number of channels into account.

This commit is contained in:
Ghislain MARY 2012-08-28 09:51:26 +02:00
parent 6996864bf5
commit 9767112193

View file

@ -495,7 +495,7 @@ public interface LinphoneCore {
*
* return null if not found
*/
PayloadType findPayloadType(String mime,int clockRate);
PayloadType findPayloadType(String mime, int clockRate, int channels);
/**
* not implemented yet
* @param pt