Added an audioproc option to not report the stream delay

Bug: webrtc:9316
Change-Id: If7a20bbac998e9a779579650f3eb9019f974e9a8
Reviewed-on: https://webrtc-review.googlesource.com/79141
Reviewed-by: Jesus de Vicente Pena <devicentepena@webrtc.org>
Commit-Queue: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23415}
This commit is contained in:
Per Åhgren
2018-05-28 09:10:59 +02:00
committed by Commit Bot
parent b563f3db59
commit c5efb0c080
4 changed files with 18 additions and 9 deletions

View File

@ -35,6 +35,7 @@ struct SimulationSettings {
SimulationSettings(const SimulationSettings&);
~SimulationSettings();
rtc::Optional<int> stream_delay;
rtc::Optional<bool> use_stream_delay;
rtc::Optional<int> stream_drift_samples;
rtc::Optional<int> output_sample_rate_hz;
rtc::Optional<int> output_num_channels;