]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
Change API of linphone_core_find_payload_type() to take the number of channels into...
[linphone] / coreapi / linphonecore.h
index 98bb03d46f2bb714fcf9baad218f5b771a57ee83..72477c903f842f79302f41f2d9a4a52d20c488f5 100644 (file)
@@ -869,7 +869,7 @@ bool_t linphone_core_payload_type_enabled(LinphoneCore *lc, const PayloadType *p
 
 int linphone_core_enable_payload_type(LinphoneCore *lc, PayloadType *pt, bool_t enable);
 
-PayloadType* linphone_core_find_payload_type(LinphoneCore* lc, const char* type, int rate) ;
+PayloadType* linphone_core_find_payload_type(LinphoneCore* lc, const char* type, int rate, int channels) ;
 
 int linphone_core_get_payload_type_number(LinphoneCore *lc, const PayloadType *pt);