Searched defs:LoggedIceCandidatePairConfig (Results 1 – 1 of 1) sorted by relevance
72 struct LoggedIceCandidatePairConfig { struct73 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()74 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()75 Timestamp log_time() const { return timestamp; } in log_time()78 IceCandidatePairConfigType type;79 uint32_t candidate_pair_id;80 IceCandidateType local_candidate_type;81 IceCandidatePairProtocol local_relay_protocol;82 IceCandidateNetworkType local_network_type;83 IceCandidatePairAddressFamily local_address_family;[all …]