Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h326 struct LoggedRtcpPacketOutgoing { struct
327 LoggedRtcpPacketOutgoing(int64_t timestamp_us, in LoggedRtcpPacketOutgoing() argument
331 LoggedRtcpPacketOutgoing(uint64_t timestamp_us, const std::string& packet) in LoggedRtcpPacketOutgoing() function
334 int64_t log_time_us() const { return rtcp.timestamp_us; } in log_time_us()
335 int64_t log_time_ms() const { return rtcp.timestamp_us / 1000; } in log_time_ms()
337 LoggedRtcpPacket rtcp;