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

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

Issue 1353763002: Remove ACM AudioCodingFeedback callback object and derived classes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@acm-remove-dtmf-api
Patch Set: Fix an error introduced in first 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 | « webrtc/engine_configurations.h ('k') | webrtc/modules/audio_coding/main/test/APITest.h » ('j') | 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 08515a1d814d088858b638fe58a9c7f8c671310f..6c94f3498141ec4ef3c8048a368f902f294502a8 100644
--- a/webrtc/modules/audio_coding/main/interface/audio_coding_module.h
+++ b/webrtc/modules/audio_coding/main/interface/audio_coding_module.h
@@ -47,15 +47,6 @@ class AudioPacketizationCallback {
const RTPFragmentationHeader* fragmentation) = 0;
};
-// Callback class used for inband Dtmf detection
-class AudioCodingFeedback {
- public:
- virtual ~AudioCodingFeedback() {}
-
- virtual int32_t IncomingDtmf(const uint8_t digit_dtmf,
- const bool end) = 0;
-};
-
// Callback class used for reporting VAD decision
class ACMVADCallback {
public:
« no previous file with comments | « webrtc/engine_configurations.h ('k') | webrtc/modules/audio_coding/main/test/APITest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698