Rename AudioReceiveStream to AudioReceiveStreamInterface
Bug: webrtc:7484
Change-Id: I22eaa7a9e082fc575cf7471d7a2f4f706564d54f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262805
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36965}
diff --git a/video/video_quality_test.cc b/video/video_quality_test.cc
index 956fcae..8c39065 100644
--- a/video/video_quality_test.cc
+++ b/video/video_quality_test.cc
@@ -1145,7 +1145,7 @@
void VideoQualityTest::StartAudioStreams() {
audio_send_stream_->Start();
- for (AudioReceiveStream* audio_recv_stream : audio_receive_streams_)
+ for (AudioReceiveStreamInterface* audio_recv_stream : audio_receive_streams_)
audio_recv_stream->Start();
}