Lines Matching defs:LoggedIceCandidatePairConfig
191 struct LoggedIceCandidatePairConfig { struct
192 int64_t log_time_us() const { return timestamp_us; } in log_time_us()
193 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()
195 int64_t timestamp_us;
196 IceCandidatePairConfigType type;
197 uint32_t candidate_pair_id;
198 IceCandidateType local_candidate_type;
199 IceCandidatePairProtocol local_relay_protocol;
200 IceCandidateNetworkType local_network_type;
201 IceCandidatePairAddressFamily local_address_family;
202 IceCandidateType remote_candidate_type;
203 IceCandidatePairAddressFamily remote_address_family;
204 IceCandidatePairProtocol candidate_pair_protocol;