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

Unified Diff: webrtc/base/mocks/mock_smoothing_filter.h

Issue 2503713003: Smooth BWE and pass it to Audio Network Adaptor. (Closed)
Patch Set: Response 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 | « no previous file | webrtc/base/smoothing_filter.h » ('j') | webrtc/base/smoothing_filter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/mocks/mock_smoothing_filter.h
diff --git a/webrtc/base/mocks/mock_smoothing_filter.h b/webrtc/base/mocks/mock_smoothing_filter.h
index 239a6e45f30e7e4571f839e5693a8d8f0efc100a..413158ca504e58042a7b99fede2d064b7a283f56 100644
--- a/webrtc/base/mocks/mock_smoothing_filter.h
+++ b/webrtc/base/mocks/mock_smoothing_filter.h
@@ -20,6 +20,7 @@ class MockSmoothingFilter : public SmoothingFilter {
public:
MOCK_METHOD1(AddSample, void(float));
MOCK_CONST_METHOD0(GetAverage, rtc::Optional<float>());
+ MOCK_METHOD1(SetTimeConstantMs, void(int));
};
} // namespace webrtc
« no previous file with comments | « no previous file | webrtc/base/smoothing_filter.h » ('j') | webrtc/base/smoothing_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698