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

Unified Diff: webrtc/voice_engine/channel.h

Issue 2744953003: Remove VoENetEqStats interface. (Closed)
Patch Set: Created 3 years, 9 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/voice_engine/BUILD.gn ('k') | webrtc/voice_engine/include/voe_neteq_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/channel.h
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
index 9835b207579862225aa5d22d11bda07441984428..5a93ddd59ce267393905c8a5662568f3453de5a5 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -249,7 +249,7 @@ class Channel
int GetSpeechOutputLevel() const;
int GetSpeechOutputLevelFullRange() const;
- // VoENetEqStats
+ // TODO(solenberg):
hlundin-webrtc 2017/03/13 08:36:38 Todo what?
the sun 2017/03/13 08:52:07 "Remember to check if these are used" - they are.
int GetNetworkStatistics(NetworkStatistics& stats);
void GetDecodingCallStatistics(AudioDecodingCallStats* stats) const;
« no previous file with comments | « webrtc/voice_engine/BUILD.gn ('k') | webrtc/voice_engine/include/voe_neteq_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698