Wire up RTCP XR target bitrate in rtp/rtcp module
This is breakout of the rtcp parts of https://codereview.webrtc.org/2531383002/ BUG=webrtc:6301 Review-Url: https://codereview.webrtc.org/2546713002 Cr-Commit-Position: refs/heads/master@{#15358}
This commit is contained in:
@ -953,4 +953,9 @@ StreamDataCountersCallback*
|
||||
ModuleRtpRtcpImpl::GetSendChannelRtpStatisticsCallback() const {
|
||||
return rtp_sender_.GetRtpStatisticsCallback();
|
||||
}
|
||||
|
||||
void ModuleRtpRtcpImpl::SetVideoBitrateAllocation(
|
||||
const BitrateAllocation& bitrate) {
|
||||
rtcp_sender_.SetVideoBitrateAllocation(bitrate);
|
||||
}
|
||||
} // namespace webrtc
|
||||
|
||||
Reference in New Issue
Block a user