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

Unified Diff: webrtc/voice_engine/channel_proxy.h

Issue 2770233003: Implemented the GetSources() in native code. (Closed)
Patch Set: Merge and add the tests. Created 3 years, 9 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
Index: webrtc/voice_engine/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index fc894a94223cb1c70ac87aa9be279de098350476..18f629af3216e764cd9f49c5da3a09cc6f61f7d5 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -29,6 +29,7 @@ class PacketRouter;
class RtcEventLog;
class RtcpBandwidthObserver;
class RtcpRttStats;
+class RtpContributingSource;
class RtpPacketSender;
class RtpPacketReceived;
class RtpReceiver;
@@ -120,6 +121,7 @@ class ChannelProxy {
virtual void OnRecoverableUplinkPacketLossRate(
float recoverable_packet_loss_rate);
virtual void RegisterLegacyReceiveCodecs();
+ virtual const std::vector<RtpContributingSource*>& GetContributingSources();
private:
Channel* channel() const;

Powered by Google App Engine
This is Rietveld 408576698