Searched defs:LoggedRtcpPacketLossNotification (Results 1 – 1 of 1) sorted by relevance
436 struct LoggedRtcpPacketLossNotification { struct438 LoggedRtcpPacketLossNotification( in LoggedRtcpPacketLossNotification() argument443 int64_t log_time_us() const { return timestamp_us; } in log_time_us()444 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()446 int64_t timestamp_us;447 rtcp::LossNotification loss_notification;