Searched defs:LoggedIceCandidatePairEvent (Results 1 – 1 of 1) sorted by relevance
35 struct LoggedIceCandidatePairEvent { struct37 LoggedIceCandidatePairEvent(Timestamp timestamp, in LoggedIceCandidatePairEvent() function46 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()47 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()48 Timestamp log_time() const { return timestamp; } in log_time()51 IceCandidatePairEventType type;52 uint32_t candidate_pair_id;53 uint32_t transaction_id;