| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 13d8e49877a3d74f924dcded2105013babfb10ae..2f4e8a7aeaea8c547389b24f0cb6fc8802de6dd6 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -28,6 +28,7 @@
|
| #include "webrtc/modules/audio_processing/rms_level.h"
|
| #include "webrtc/modules/rtp_rtcp/include/remote_ntp_time_estimator.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_receiver.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h"
|
| #include "webrtc/voice_engine/audio_level.h"
|
| #include "webrtc/voice_engine/file_player.h"
|
| @@ -399,6 +400,10 @@ class Channel
|
|
|
| void OnRecoverableUplinkPacketLossRate(float recoverable_packet_loss_rate);
|
|
|
| + std::vector<RtpContributingSource> GetContributingSources() {
|
| + return rtp_receiver_->GetContributingSources();
|
| + }
|
| +
|
| private:
|
| class ProcessAndEncodeAudioTask;
|
|
|
|
|