Home
last modified time | relevance | path

Searched refs:kDtmfMinGapMs (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Ddtmfsender.cc64 static const int kDtmfMinGapMs = 50; variable
139 inter_tone_gap < kDtmfMinGapMs) { in InsertDtmf()
143 << "The gap between tones must be at least " << kDtmfMinGapMs << "ms."; in InsertDtmf()