Wire up send-side bandwidth estimation.
BUG=webrtc:4173 Review URL: https://codereview.webrtc.org/1338203003 Cr-Commit-Position: refs/heads/master@{#10012}
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
#include "webrtc/typedefs.h"
|
||||
|
||||
namespace webrtc {
|
||||
namespace rtcp {
|
||||
class TransportFeedback;
|
||||
}
|
||||
namespace RTCPHelp
|
||||
{
|
||||
|
||||
@ -84,6 +87,8 @@ public:
|
||||
bool xr_dlrr_item;
|
||||
RTCPVoIPMetric* VoIPMetric;
|
||||
|
||||
rtc::scoped_ptr<rtcp::TransportFeedback> transport_feedback_;
|
||||
|
||||
private:
|
||||
RTC_DISALLOW_COPY_AND_ASSIGN(RTCPPacketInformation);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user