Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_ice_candidate_pair_config.h72 struct LoggedIceCandidatePairConfig { struct
73 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 …]