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

Unified Diff: webrtc/modules/audio_coding/main/test/utility.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
Index: webrtc/modules/audio_coding/main/test/utility.h
diff --git a/webrtc/modules/audio_coding/main/test/utility.h b/webrtc/modules/audio_coding/main/test/utility.h
index eccb68f6d1e0766bb3d52e729f64f3dac248834f..6998538dddbb6573c56724c63cf92bc3fc29959f 100644
--- a/webrtc/modules/audio_coding/main/test/utility.h
+++ b/webrtc/modules/audio_coding/main/test/utility.h
@@ -115,19 +115,6 @@ void PrintCodecs();
bool FixedPayloadTypeCodec(const char* payloadName);
-class DTMFDetector : public AudioCodingFeedback {
- public:
- DTMFDetector();
- ~DTMFDetector();
- // used for inband DTMF detection
- int32_t IncomingDtmf(const uint8_t digitDtmf, const bool toneEnded);
- void PrintDetectedDigits();
-
- private:
- uint32_t _toneCntr[1000];
-
-};
-
class VADCallback : public ACMVADCallback {
public:
VADCallback();
« no previous file with comments | « webrtc/modules/audio_coding/main/test/TwoWayCommunication.cc ('k') | webrtc/modules/audio_coding/main/test/utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698