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

Unified Diff: webrtc/voice_engine/channel_proxy.h

Issue 2546493002: Update smoothed bitrate. (Closed)
Patch Set: Response to comments. Created 4 years 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
Index: webrtc/voice_engine/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index 8a78069609b6588692e987634eadd20b14a1318b..a866513c7b78971fb9dacc7b05e22969e225b517 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -97,6 +97,7 @@ class ChannelProxy {
virtual void SetTransportOverhead(int transport_overhead_per_packet);
virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
virtual void DisassociateSendChannel();
+ virtual void AdaptCodec();
virtual void SetRtcpRttStats(RtcpRttStats* rtcp_rtt_stats);
@@ -105,6 +106,7 @@ class ChannelProxy {
rtc::ThreadChecker thread_checker_;
rtc::RaceChecker race_checker_;
+ rtc::RaceChecker worker_queue_checker_;
stefan-webrtc 2016/12/13 12:29:55 worker_queue_race_checker_ Or do you really want
michaelt 2016/12/13 17:01:26 Changed it to a SequencedTaskChecker
ChannelOwner channel_owner_;
RTC_DISALLOW_COPY_AND_ASSIGN(ChannelProxy);

Powered by Google App Engine
This is Rietveld 408576698