Searched defs:LoggedBweLossBasedUpdate (Results 1 – 1 of 1) sorted by relevance
27 struct LoggedBweLossBasedUpdate { struct29 LoggedBweLossBasedUpdate(Timestamp timestamp, in LoggedBweLossBasedUpdate() function38 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()39 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()40 Timestamp log_time() const { return timestamp; } in log_time()43 int32_t bitrate_bps;44 uint8_t fraction_lost;45 int32_t expected_packets;