Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h497 struct LoggedVideoRecvConfig { struct
499 LoggedVideoRecvConfig(int64_t timestamp_us, const rtclog::StreamConfig config) in LoggedVideoRecvConfig() argument
502 int64_t log_time_us() const { return timestamp_us; } in log_time_us()
503 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()
505 int64_t timestamp_us;
506 rtclog::StreamConfig config;