Searched defs:LoggedRtpPacketOutgoing (Results 1 – 1 of 1) sorted by relevance
67 struct LoggedRtpPacketOutgoing { struct68 LoggedRtpPacketOutgoing(Timestamp timestamp, in LoggedRtpPacketOutgoing() function73 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;