Searched defs:LoggedBweProbeClusterCreatedEvent (Results 1 – 1 of 1) sorted by relevance
27 struct LoggedBweProbeClusterCreatedEvent { struct29 LoggedBweProbeClusterCreatedEvent(Timestamp timestamp, in LoggedBweProbeClusterCreatedEvent() argument40 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()41 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()42 Timestamp log_time() const { return timestamp; } in log_time()45 int32_t id;46 int32_t bitrate_bps;47 uint32_t min_packets;48 uint32_t min_bytes;