Searched defs:LoggedRtcpPacketRemb (Results 1 – 1 of 1) sorted by relevance
167 struct LoggedRtcpPacketRemb { struct169 LoggedRtcpPacketRemb(Timestamp timestamp, const rtcp::Remb& remb) in LoggedRtcpPacketRemb() function172 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()173 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()174 Timestamp log_time() const { return timestamp; } in log_time()177 rtcp::Remb remb;