Searched defs:LoggedRtcpPacketIncoming (Results 1 – 1 of 1) sorted by relevance
100 struct LoggedRtcpPacketIncoming { struct101 LoggedRtcpPacketIncoming(Timestamp timestamp, in LoggedRtcpPacketIncoming() function104 LoggedRtcpPacketIncoming(Timestamp timestamp, absl::string_view packet) in LoggedRtcpPacketIncoming() argument107 int64_t log_time_us() const { return rtcp.timestamp.us(); } in log_time_us()108 int64_t log_time_ms() const { return rtcp.timestamp.ms(); } in log_time_ms()109 Timestamp log_time() const { return rtcp.timestamp; } in log_time()111 LoggedRtcpPacket rtcp;