Searched defs:LoggedAudioSendConfig (Results 1 – 1 of 1) sorted by relevance
25 struct LoggedAudioSendConfig { struct27 LoggedAudioSendConfig(Timestamp timestamp, const rtclog::StreamConfig config) in LoggedAudioSendConfig() argument30 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()31 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()32 Timestamp log_time() const { return timestamp; } in log_time()35 rtclog::StreamConfig config;