Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/events/
Dlogged_rtp_rtcp.h180 struct LoggedRtcpPacketNack { struct
182 LoggedRtcpPacketNack(Timestamp timestamp, const rtcp::Nack& nack) in LoggedRtcpPacketNack() function
185 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()
186 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()
187 Timestamp log_time() const { return timestamp; } in log_time()
190 rtcp::Nack nack;