Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h247 struct LoggedRtcpPacketBye { struct
250 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()
251 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()
252 Timestamp log_time() const { return timestamp; } in log_time()
255 rtcp::Bye bye;