Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/events/
Dlogged_rtp_rtcp.h54 struct LoggedRtpPacketIncoming { struct
55 LoggedRtpPacketIncoming(Timestamp timestamp, in LoggedRtpPacketIncoming() argument
60 int64_t log_time_us() const { return rtp.timestamp.us(); } in log_time_us()
61 int64_t log_time_ms() const { return rtp.timestamp.ms(); } in log_time_ms()
62 Timestamp log_time() const { return rtp.timestamp; } in log_time()
64 LoggedRtpPacket rtp;