Searched defs:LoggedRtcpPacketSenderReport (Results 1 – 1 of 1) sorted by relevance
142 struct LoggedRtcpPacketSenderReport { struct144 LoggedRtcpPacketSenderReport(Timestamp timestamp, in LoggedRtcpPacketSenderReport() function148 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()149 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()150 Timestamp log_time() const { return timestamp; } in log_time()153 rtcp::SenderReport sr;