Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Dlogged_rtp_rtcp.h67 struct LoggedRtpPacketOutgoing { struct
68 LoggedRtpPacketOutgoing(Timestamp timestamp, in LoggedRtpPacketOutgoing() function
73 int64_t log_time_us() const { return rtp.timestamp.us(); } in log_time_us()
74 int64_t log_time_ms() const { return rtp.timestamp.ms(); } in log_time_ms()
75 Timestamp log_time() const { return rtp.timestamp; } in log_time()
77 LoggedRtpPacket rtp;