Home
last modified time | relevance | path

Searched defs:LoggedRtcpPacketLossNotification (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/logging/rtc_event_log/events/
Dlogged_rtp_rtcp.h232 struct LoggedRtcpPacketLossNotification { struct
234 LoggedRtcpPacketLossNotification( in LoggedRtcpPacketLossNotification() function
239 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;