Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/events/
Dlogged_rtp_rtcp.h167 struct LoggedRtcpPacketRemb { struct
169 LoggedRtcpPacketRemb(Timestamp timestamp, const rtcp::Remb& remb) in LoggedRtcpPacketRemb() function
172 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()
173 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()
174 Timestamp log_time() const { return timestamp; } in log_time()
177 rtcp::Remb remb;