Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h509 struct LoggedVideoSendConfig { struct
511 LoggedVideoSendConfig(int64_t timestamp_us, const rtclog::StreamConfig config) in LoggedVideoSendConfig() function
514 int64_t log_time_us() const { return timestamp_us; } in log_time_us()
515 int64_t log_time_ms() const { return timestamp_us / 1000; } in log_time_ms()
517 int64_t timestamp_us;
518 rtclog::StreamConfig config;