Searched defs:LoggedRtcpPacketOutgoing (Results 1 – 1 of 1) sorted by relevance
326 struct LoggedRtcpPacketOutgoing { struct327 LoggedRtcpPacketOutgoing(int64_t timestamp_us, in LoggedRtcpPacketOutgoing() argument331 LoggedRtcpPacketOutgoing(uint64_t timestamp_us, const std::string& packet) in LoggedRtcpPacketOutgoing() function334 int64_t log_time_us() const { return rtcp.timestamp_us; } in log_time_us()335 int64_t log_time_ms() const { return rtcp.timestamp_us / 1000; } in log_time_ms()337 LoggedRtcpPacket rtcp;