Searched defs:CallSendStatistics (Results 1 – 1 of 1) sorted by relevance
35 struct CallSendStatistics { struct36 int64_t rttMs;37 int64_t payload_bytes_sent;38 int64_t header_and_padding_bytes_sent;40 uint64_t retransmitted_bytes_sent;41 int packetsSent;45 uint64_t retransmitted_packets_sent;50 std::vector<ReportBlockData> report_block_datas;74 virtual CallSendStatistics GetRTCPStatistics() const = 0; argument