Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_ice_candidate_pair.h35 struct LoggedIceCandidatePairEvent { struct
37 LoggedIceCandidatePairEvent(Timestamp timestamp, in LoggedIceCandidatePairEvent() function
46 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()
47 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()
48 Timestamp log_time() const { return timestamp; } in log_time()
51 IceCandidatePairEventType type;
52 uint32_t candidate_pair_id;
53 uint32_t transaction_id;