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

Unified Diff: webrtc/call.h

Issue 2304363002: Let ViEEncoder express resolution requests as Sinkwants (Closed)
Patch Set: Rebased. 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 | « no previous file | webrtc/call/bitrate_estimator_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call.h
diff --git a/webrtc/call.h b/webrtc/call.h
index d9143037c6edb4699d820fbfe402ceddd93a7c86..0ea42298346dbed96301f72eaa2f2fd76bd8d596 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -55,19 +55,6 @@ class PacketReceiver {
virtual ~PacketReceiver() {}
};
-// Callback interface for reporting when a system overuse is detected.
-class LoadObserver {
- public:
- enum Load { kOveruse, kUnderuse };
-
- // Triggered when overuse is detected or when we believe the system can take
- // more load.
- virtual void OnLoadUpdate(Load load) = 0;
-
- protected:
- virtual ~LoadObserver() {}
-};
-
// A Call instance can contain several send and/or receive streams. All streams
// are assumed to have the same remote endpoint and will share bitrate estimates
// etc.
« no previous file with comments | « no previous file | webrtc/call/bitrate_estimator_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698