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

Unified Diff: webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h

Issue 1356543003: ACM: Remove functions related to DTMF (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
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/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;

Powered by Google App Engine
This is Rietveld 408576698