Searched defs:LoggedRtpPacketIncoming (Results 1 – 1 of 1) sorted by relevance
54 struct LoggedRtpPacketIncoming { struct55 LoggedRtpPacketIncoming(Timestamp timestamp, in LoggedRtpPacketIncoming() argument60 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;