Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: audio/audio_receive_stream.cc

Issue 3015553002: Remove voe::OutputMixer and AudioConferenceMixer. (Closed)
Patch Set: remove conference mixer from presubmit.py Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: audio/audio_receive_stream.cc
diff --git a/audio/audio_receive_stream.cc b/audio/audio_receive_stream.cc
index 8ff1d589a9e2e97ecf52e8530ed8ddd7b0abfb40..37985d8f41fbdda2f8ab48bae3b3f3eab4116512 100644
--- a/audio/audio_receive_stream.cc
+++ b/audio/audio_receive_stream.cc
@@ -247,7 +247,7 @@ int AudioReceiveStream::Ssrc() const {
}
int AudioReceiveStream::PreferredSampleRate() const {
- return channel_proxy_->NeededFrequency();
+ return channel_proxy_->PreferredSampleRate();
}
int AudioReceiveStream::id() const {
« no previous file with comments | « PRESUBMIT.py ('k') | modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698