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@3663 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -345,14 +345,8 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
||||
virtual WebRtc_Word32 SetAudioPacketSize(
|
||||
const WebRtc_UWord16 packet_size_samples);
|
||||
|
||||
// Outband DTMF detection.
|
||||
virtual WebRtc_Word32 SetTelephoneEventStatus(
|
||||
const bool enable,
|
||||
const bool forward_to_decoder,
|
||||
const bool detect_end_of_tone = false);
|
||||
|
||||
// Is outband DTMF turned on/off?
|
||||
virtual bool TelephoneEvent() const;
|
||||
// Forward DTMFs to decoder for playout.
|
||||
virtual int SetTelephoneEventForwardToDecoder(bool forward_to_decoder);
|
||||
|
||||
// Is forwarding of outband telephone events turned on/off?
|
||||
virtual bool TelephoneEventForwardToDecoder() const;
|
||||
|
||||
Reference in New Issue
Block a user