Searched defs:DtmfInfo (Results 1 – 2 of 2) sorted by relevance
76 struct DtmfInfo { struct in FakeDtmfProvider77 DtmfInfo(int code, int duration, int gap) in DtmfInfo() argument81 int code;82 int duration;83 int gap;
232 struct DtmfInfo { struct233 DtmfInfo(uint32_t ssrc, int event_code, int duration) in DtmfInfo() function252 const std::vector<DtmfInfo>& dtmf_info_queue() const { in dtmf_info_queue() argument