Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 01907d269b1fa2eab5ce5396a1e09f16ce3e326b..48e7340706aad31720747f29f390815b54c3aa74 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -197,6 +197,7 @@ class Channel |
int32_t SetVADStatus(bool enableVAD, ACMVADMode mode, bool disableDTX); |
int32_t GetVADStatus(bool& enabledVAD, ACMVADMode& mode, bool& disabledDTX); |
int32_t SetRecPayloadType(const CodecInst& codec); |
+ int32_t SetRecPayloadType(int payload_type, const SdpAudioFormat& format); |
int32_t GetRecPayloadType(CodecInst& codec); |
int32_t SetSendCNPayloadType(int type, PayloadFrequencies frequency); |
int SetOpusMaxPlaybackRate(int frequency_hz); |