Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h410 struct LoggedRtcpPacketPli { struct
413 int64_t log_time_us() const { return timestamp_us; } in log_time_us()
414 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()
416 int64_t timestamp_us;
417 rtcp::Pli pli;