mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
Change API of findPayloadType() to take the number of channels into account.
This commit is contained in:
parent
6996864bf5
commit
9767112193
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue