Searched defs:LoggedRtcpPacketOutgoing (Results 1 – 1 of 1) sorted by relevance
114 struct LoggedRtcpPacketOutgoing { struct115 LoggedRtcpPacketOutgoing(Timestamp timestamp, in LoggedRtcpPacketOutgoing() function118 LoggedRtcpPacketOutgoing(Timestamp timestamp, absl::string_view packet) in LoggedRtcpPacketOutgoing() argument121 int64_t log_time_us() const { return rtcp.timestamp.us(); } in log_time_us()122 int64_t log_time_ms() const { return rtcp.timestamp.ms(); } in log_time_ms()123 Timestamp log_time() const { return rtcp.timestamp; } in log_time()125 LoggedRtcpPacket rtcp;