Remove ACM AudioCodingFeedback callback object and derived classes

The callback object was not used anymore. Also removing the deprecated
WEBRTC_DTMF_DETECTION macro from engine_configurations.h.

BUG=3520

Review URL: https://codereview.webrtc.org/1353763002

Cr-Commit-Position: refs/heads/master@{#9988}
This commit is contained in:
henrik.lundin
2015-09-18 03:56:09 -07:00
committed by Commit bot
parent be4959535a
commit e510d7f100
7 changed files with 0 additions and 78 deletions

View File

@ -46,15 +46,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: