Searched defs:LoggedBweProbeSuccessEvent (Results 1 – 1 of 1) sorted by relevance
27 struct LoggedBweProbeSuccessEvent { struct29 LoggedBweProbeSuccessEvent(Timestamp timestamp, in LoggedBweProbeSuccessEvent() function34 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()35 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()36 Timestamp log_time() const { return timestamp; } in log_time()39 int32_t id;40 int32_t bitrate_bps;