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

Unified Diff: webrtc/modules/audio_coding/main/interface/audio_coding_module.h

Issue 1365193003: ACM: Remove ACMVQMonCallback object (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/main/interface/audio_coding_module.h
diff --git a/webrtc/modules/audio_coding/main/interface/audio_coding_module.h b/webrtc/modules/audio_coding/main/interface/audio_coding_module.h
index a585605d7ca2ced227da0a5d8123e80f1a6a00d6..51944156c93e2357bdf4b70749b1981ca2e409ae 100644
--- a/webrtc/modules/audio_coding/main/interface/audio_coding_module.h
+++ b/webrtc/modules/audio_coding/main/interface/audio_coding_module.h
@@ -54,19 +54,6 @@ class ACMVADCallback {
virtual int32_t InFrameType(FrameType frame_type) = 0;
};
-// Callback class used for reporting receiver statistics
-class ACMVQMonCallback {
- public:
- virtual ~ACMVQMonCallback() {}
-
- virtual int32_t NetEqStatistics(
- const int32_t id, // current ACM id
- const uint16_t MIUsValid, // valid voice duration in ms
- const uint16_t MIUsReplaced, // concealed voice duration in ms
- const uint8_t eventFlags, // concealed voice flags
- const uint16_t delayMS) = 0; // average delay in ms
-};
-
class AudioCodingModule {
protected:
AudioCodingModule() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698