Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h114 struct LoggedRtcpPacketOutgoing { struct
115 LoggedRtcpPacketOutgoing(Timestamp timestamp, in LoggedRtcpPacketOutgoing() function
118 LoggedRtcpPacketOutgoing(Timestamp timestamp, absl::string_view packet) in LoggedRtcpPacketOutgoing() argument
121 int64_t log_time_us() const { return rtcp.timestamp.us(); } in log_time_us()
122 int64_t log_time_ms() const { return rtcp.timestamp.ms(); } in log_time_ms()
123 Timestamp log_time() const { return rtcp.timestamp; } in log_time()
125 LoggedRtcpPacket rtcp;