summaryrefslogtreecommitdiff
path: root/voice_engine/voe_dtmf_impl.h
diff options
context:
space:
mode:
authorturaj@webrtc.org <turaj@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-12 22:27:27 +0000
committerturaj@webrtc.org <turaj@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-12 22:27:27 +0000
commit15a03fd972746f234e2dd9bb5540ae0b4ad6ee82 (patch)
tree3164e89fd741040809937728c53a037b912ae10e /voice_engine/voe_dtmf_impl.h
parentdf008560264cf00c377d4a95a0dc029e4de6da58 (diff)
downloadwebrtc-15a03fd972746f234e2dd9bb5540ae0b4ad6ee82.tar.gz
Remove DTMF detection. Talk team has been in the loop and there is no need for
DTMF detection at the receiver side. test=voe_auto_test, VoE extended test DTMF Review URL: https://webrtc-codereview.appspot.com/1168004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3663 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_dtmf_impl.h')
-rw-r--r--voice_engine/voe_dtmf_impl.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/voice_engine/voe_dtmf_impl.h b/voice_engine/voe_dtmf_impl.h
index ad3874bf..e779b69b 100644
--- a/voice_engine/voe_dtmf_impl.h
+++ b/voice_engine/voe_dtmf_impl.h
@@ -11,9 +11,8 @@
#ifndef WEBRTC_VOICE_ENGINE_VOE_DTMF_IMPL_H
#define WEBRTC_VOICE_ENGINE_VOE_DTMF_IMPL_H
-#include "voe_dtmf.h"
-
-#include "shared_data.h"
+#include "webrtc/voice_engine/include/voe_dtmf.h"
+#include "webrtc/voice_engine/shared_data.h"
namespace webrtc
{
@@ -48,18 +47,6 @@ public:
virtual int StopPlayingDtmfTone();
- virtual int RegisterTelephoneEventDetection(
- int channel,
- TelephoneEventDetectionMethods detectionMethod,
- VoETelephoneEventObserver& observer);
-
- virtual int DeRegisterTelephoneEventDetection(int channel);
-
- virtual int GetTelephoneEventDetectionStatus(
- int channel,
- bool& enabled,
- TelephoneEventDetectionMethods& detectionMethod);
-
virtual int SetDtmfPlayoutStatus(int channel, bool enable);
virtual int GetDtmfPlayoutStatus(int channel, bool& enabled);