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

Unified Diff: webrtc/audio/audio_send_stream.h

Issue 2658233002: Wire up audio packet loss to BWE. (Closed)
Patch Set: Only register BandwidthObserver when needed BWE is negotiated. Created 3 years, 10 months 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/audio/BUILD.gn ('k') | webrtc/audio/audio_send_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/audio_send_stream.h
diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
index 05ed3aaeb8cfb7697e0ea8d54a934ea5fb2d2b45..5ee49da91a7a1469285d1fcf675c39c53a43ac5c 100644
--- a/webrtc/audio/audio_send_stream.h
+++ b/webrtc/audio/audio_send_stream.h
@@ -23,6 +23,7 @@ namespace webrtc {
class CongestionController;
class VoiceEngine;
class RtcEventLog;
+class RtcpBandwidthObserver;
class RtcpRttStats;
class PacketRouter;
@@ -77,6 +78,7 @@ class AudioSendStream final : public webrtc::AudioSendStream,
BitrateAllocator* const bitrate_allocator_;
CongestionController* const congestion_controller_;
+ std::unique_ptr<RtcpBandwidthObserver> bandwidth_observer_;
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(AudioSendStream);
};
« no previous file with comments | « webrtc/audio/BUILD.gn ('k') | webrtc/audio/audio_send_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698