Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_video_receive_stream_config.h26 struct LoggedVideoRecvConfig { struct
28 LoggedVideoRecvConfig(Timestamp timestamp, const rtclog::StreamConfig config) in LoggedVideoRecvConfig() function
31 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()
32 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()
33 Timestamp log_time() const { return timestamp; } in log_time()
36 rtclog::StreamConfig config;