Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h207 struct LoggedIceCandidatePairEvent { struct
209 LoggedIceCandidatePairEvent(int64_t timestamp_us, in LoggedIceCandidatePairEvent() argument
218 int64_t log_time_us() const { return timestamp_us; } in log_time_us()
219 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()
221 int64_t timestamp_us;
222 IceCandidatePairEventType type;
223 uint32_t candidate_pair_id;
224 uint32_t transaction_id;