Searched defs:LoggedRtcpPacketLossNotification (Results 1 – 1 of 1) sorted by relevance
232 struct LoggedRtcpPacketLossNotification { struct234 LoggedRtcpPacketLossNotification( in LoggedRtcpPacketLossNotification() function239 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()240 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()241 Timestamp log_time() const { return timestamp; } in log_time()244 rtcp::LossNotification loss_notification;