| Index: webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
| index 837cd11004606f7627ed5916400fc84b2df0a76f..3ff47ba9bd1b5c4487ba608dc1cab41e7e5d9759 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
|
| @@ -30,8 +30,6 @@ class AudioCodingImpl;
|
|
|
| namespace acm2 {
|
|
|
| -class ACMDTMFDetection;
|
| -
|
| class AudioCodingModuleImpl final : public AudioCodingModule {
|
| public:
|
| friend webrtc::AudioCodingImpl;
|
| @@ -156,16 +154,6 @@ class AudioCodingModuleImpl final : public AudioCodingModule {
|
| // audio is accumulated in NetEq buffer, then starts decoding payloads.
|
| int SetInitialPlayoutDelay(int delay_ms) override;
|
|
|
| - // TODO(turajs): DTMF playout is always activated in NetEq these APIs should
|
| - // be removed, as well as all VoE related APIs and methods.
|
| - //
|
| - // Configure Dtmf playout status i.e on/off playout the incoming outband Dtmf
|
| - // tone.
|
| - int SetDtmfPlayoutStatus(bool enable) override;
|
| -
|
| - // Get Dtmf playout status.
|
| - bool DtmfPlayoutStatus() const override;
|
| -
|
| // Set playout mode voice, fax.
|
| int SetPlayoutMode(AudioPlayoutMode mode) override;
|
|
|
|
|