Searched defs:LoggedRtpPacketOutgoing (Results 1 – 1 of 1) sorted by relevance
285 struct LoggedRtpPacketOutgoing { struct286 LoggedRtpPacketOutgoing(int64_t timestamp_us, in LoggedRtpPacketOutgoing() function291 int64_t log_time_us() const { return rtp.timestamp_us; } in log_time_us()292 int64_t log_time_ms() const { return rtp.timestamp_us / 1000; } in log_time_ms()294 LoggedRtpPacket rtp;