Removed unused RTCP methods SendFeedbackPacket and SendNetworkStateEstimate
Bug: webrtc:10742 Change-Id: I179089a7b5ffcfcd93a56c836338872f600599af Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157161 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29498}
This commit is contained in:
committed by
Commit Bot
parent
2f4354e903
commit
b11c4111f3
@ -138,8 +138,6 @@ class RTCPSender {
|
||||
|
||||
void SetTargetBitrate(unsigned int target_bitrate);
|
||||
void SetVideoBitrateAllocation(const VideoBitrateAllocation& bitrate);
|
||||
bool SendFeedbackPacket(const rtcp::TransportFeedback& packet);
|
||||
bool SendNetworkStateEstimatePacket(const rtcp::RemoteEstimate& packet);
|
||||
void SendCombinedRtcpPacket(
|
||||
std::vector<std::unique_ptr<rtcp::RtcpPacket>> rtcp_packets);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user