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:
committed by
Commit bot
parent
be4959535a
commit
e510d7f100
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user