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

Unified Diff: webrtc/pc/rtpreceiver.cc

Issue 2810623003: Reland of Implemented the GetSources() in native code. (Closed)
Patch Set: Created 3 years, 8 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 | « webrtc/pc/rtpreceiver.h ('k') | webrtc/test/mock_voe_channel_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/rtpreceiver.cc
diff --git a/webrtc/pc/rtpreceiver.cc b/webrtc/pc/rtpreceiver.cc
index 6073b15a9739872fa89fbdb212722d35238e6519..96974ee9f74002ce998f4a6c1dc45a26e4081cd9 100644
--- a/webrtc/pc/rtpreceiver.cc
+++ b/webrtc/pc/rtpreceiver.cc
@@ -95,6 +95,10 @@
channel_->SetOutputVolume(ssrc_, 0);
}
stopped_ = true;
+}
+
+std::vector<RtpSource> AudioRtpReceiver::GetSources() const {
+ return channel_->GetSources(ssrc_);
}
void AudioRtpReceiver::Reconfigure() {
« no previous file with comments | « webrtc/pc/rtpreceiver.h ('k') | webrtc/test/mock_voe_channel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698