- Clean up unused voice engine DTMF code following removal of VoEDtmf APIs.

- Use better types in AudioSendStream::SendTelephoneEvent() and related methods.

BUG=webrtc:4690

Review URL: https://codereview.webrtc.org/1722253002

Cr-Commit-Position: refs/heads/master@{#11927}
This commit is contained in:
solenberg
2016-03-09 03:32:44 -08:00
committed by Commit bot
parent 16daaa5a40
commit 8886c81658
21 changed files with 42 additions and 329 deletions

View File

@ -50,14 +50,6 @@ TwoWayCommunication::~TwoWayCommunication() {
delete _channel_B2A;
delete _channelRef_A2B;
delete _channelRef_B2A;
#ifdef WEBRTC_DTMF_DETECTION
if (_dtmfDetectorA != NULL) {
delete _dtmfDetectorA;
}
if (_dtmfDetectorB != NULL) {
delete _dtmfDetectorB;
}
#endif
_inFileA.Close();
_inFileB.Close();
_outFileA.Close();