Searched defs:DtmfInfo (Results 1 – 3 of 3) sorted by relevance
76 struct DtmfInfo { struct in FakeDtmfProvider77 DtmfInfo(int code, int duration, int gap) in DtmfInfo() function81 int code;82 int duration;83 int gap;
71 struct DtmfInfo { struct72 DtmfInfo() in DtmfInfo() argument76 int dtmf_event_code;77 bool dtmf_out_of_band;78 int dtmf_length_ms;
227 struct DtmfInfo { struct228 DtmfInfo(uint32 ssrc, int event_code, int duration, int flags) in DtmfInfo() function249 const std::vector<DtmfInfo>& dtmf_info_queue() const { in dtmf_info_queue() argument