summaryrefslogtreecommitdiff
path: root/voice_engine/channel.h
diff options
context:
space:
mode:
authorstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-10 13:39:27 +0000
committerstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-10 13:39:27 +0000
commit46088d2a6f9f325d7a46a5286bd7ed9bdc4d31ac (patch)
tree934b065866ce2830f0b3fe7e0795cc2384ba8b15 /voice_engine/channel.h
parent446ea2e6a93fd096812d69dd41820192df9c2f02 (diff)
downloadwebrtc-46088d2a6f9f325d7a46a5286bd7ed9bdc4d31ac.tar.gz
Support sending multiple report blocks and keeping track of statistics on several SSRCs.
BUG=1811 TEST=vie_auto_test --automated, voe_auto_test --automated, trybots R=andresp@webrtc.org, tommi@webrtc.org, xians@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1768004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4322 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/channel.h')
-rw-r--r--voice_engine/channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/voice_engine/channel.h b/voice_engine/channel.h
index 756ac88f..aa8ae35a 100644
--- a/voice_engine/channel.h
+++ b/voice_engine/channel.h
@@ -329,12 +329,12 @@ public:
RTPAliveType alive);
void OnIncomingSSRCChanged(int32_t id,
- uint32_t SSRC);
+ uint32_t ssrc);
void OnIncomingCSRCChanged(int32_t id,
uint32_t CSRC, bool added);
- void OnResetStatistics();
+ void OnResetStatistics(uint32_t ssrc);
public:
// From RtcpFeedback in the RTP/RTCP module