Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h100 struct LoggedRtcpPacketIncoming { struct
101 LoggedRtcpPacketIncoming(Timestamp timestamp, in LoggedRtcpPacketIncoming() function
104 LoggedRtcpPacketIncoming(Timestamp timestamp, absl::string_view packet) in LoggedRtcpPacketIncoming() argument
107 int64_t log_time_us() const { return rtcp.timestamp.us(); } in log_time_us()
108 int64_t log_time_ms() const { return rtcp.timestamp.ms(); } in log_time_ms()
109 Timestamp log_time() const { return rtcp.timestamp; } in log_time()
111 LoggedRtcpPacket rtcp;