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

Unified Diff: webrtc/modules/audio_coding/include/audio_coding_module.h

Issue 3011623002: Add new ANA stats to GetStats() to count the number of actions taken by each controller. (Closed)
Patch Set: Addressed review comments. Created 3 years, 3 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
Index: webrtc/modules/audio_coding/include/audio_coding_module.h
diff --git a/webrtc/modules/audio_coding/include/audio_coding_module.h b/webrtc/modules/audio_coding/include/audio_coding_module.h
index 44eec756666ef9432d2dc274f417ce7a038ea7c0..209c08a2e844430c580e627d3f43adbd40b3d662 100644
--- a/webrtc/modules/audio_coding/include/audio_coding_module.h
+++ b/webrtc/modules/audio_coding/include/audio_coding_module.h
@@ -823,6 +823,8 @@ class AudioCodingModule {
virtual void GetDecodingCallStatistics(
AudioDecodingCallStats* call_stats) const = 0;
+
+ virtual ANAStats GetANAStats() const = 0;
};
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698