Searched defs:LoggedIceCandidatePairEvent (Results 1 – 1 of 1) sorted by relevance
207 struct LoggedIceCandidatePairEvent { struct209 LoggedIceCandidatePairEvent(int64_t timestamp_us, in LoggedIceCandidatePairEvent() argument218 int64_t log_time_us() const { return timestamp_us; } in log_time_us()219 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()221 int64_t timestamp_us;222 IceCandidatePairEventType type;223 uint32_t candidate_pair_id;224 uint32_t transaction_id;