Home
last modified time | relevance | path

Searched defs:LoggedIceCandidatePairConfig (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h191 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;
[all …]