Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 1da6cf0677ec3ec36f28978fd048cdc99cd3a12f..ec0bd2ad4fa44e2c1c21a80d0aef01718874d801 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -192,7 +192,7 @@ class Channel |
int32_t GetSendCodec(CodecInst& codec); |
int32_t GetRecCodec(CodecInst& codec); |
int32_t SetSendCodec(const CodecInst& codec); |
- void SetBitRate(int bitrate_bps); |
+ void SetBitRate(int bitrate_bps, rtc::Optional<int64_t> probing_interval_ms); |
int32_t SetVADStatus(bool enableVAD, ACMVADMode mode, bool disableDTX); |
int32_t GetVADStatus(bool& enabledVAD, ACMVADMode& mode, bool& disabledDTX); |
int32_t SetRecPayloadType(const CodecInst& codec); |