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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user