Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: webrtc/voice_engine/channel_proxy.h

Issue 2518923003: Pass time constant to bwe smoothing filter. (Closed)
Patch Set: Respond to comments. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/voice_engine/channel.cc ('k') | webrtc/voice_engine/channel_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index 182e2524b56ffa535ccee1419ab6a67358a1f7a3..b73201b5f912557eaad4a8e950599aaba3a464f7 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -71,7 +71,8 @@ class ChannelProxy {
virtual uint32_t GetDelayEstimate() const;
virtual bool SetSendTelephoneEventPayloadType(int payload_type);
virtual bool SendTelephoneEventOutband(int event, int duration_ms);
- virtual void SetBitrate(int bitrate_bps);
+ virtual void SetBitrate(int bitrate_bps,
+ rtc::Optional<int64_t> probing_interval_ms);
michaelt 2016/11/24 13:47:18 I pass here rtc::Optional<int64_t>, since we shoul
stefan-webrtc 2016/11/24 13:52:40 Hm, why don't we pass optional all the way from th
michaelt 2016/11/24 13:59:37 When the start BWE is lower than the actual BW, we
stefan-webrtc 2016/11/24 14:07:11 Ok, I guess my question is, why does it even have
michaelt 2016/11/24 15:13:46 I made it Optional because of VoECodec::SetBitRate
stefan-webrtc 2016/11/24 15:19:02 I would remove that method too. Maybe that should
virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink);
virtual void SetInputMute(bool muted);
virtual void RegisterExternalTransport(Transport* transport);
« no previous file with comments | « webrtc/voice_engine/channel.cc ('k') | webrtc/voice_engine/channel_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698