Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Ddtmfsender.cc62 static const int kDtmfMaxDurationMs = 6000; variable
137 if (duration > kDtmfMaxDurationMs || in InsertDtmf()
141 << "The duration cannot be more than " << kDtmfMaxDurationMs in InsertDtmf()