Searched defs:LoggedRtcpPacketRemb (Results 1 – 1 of 1) sorted by relevance
376 struct LoggedRtcpPacketRemb { struct378 LoggedRtcpPacketRemb(int64_t timestamp_us, const rtcp::Remb& remb) in LoggedRtcpPacketRemb() function381 int64_t log_time_us() const { return timestamp_us; } in log_time_us()382 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()384 int64_t timestamp_us;385 rtcp::Remb remb;