Remove TMMBRSet class
by cleaning RTCPReceiveInfo class and following cleaning of RTCPReceiver::BoundingSet function. BUG=webrtc:5565 Review-Url: https://codereview.webrtc.org/2254703003 Cr-Commit-Position: refs/heads/master@{#13817}
This commit is contained in:
@ -96,7 +96,7 @@ public:
|
||||
|
||||
bool UpdateRTCPReceiveInformationTimers();
|
||||
|
||||
int32_t BoundingSet(bool* tmmbrOwner, TMMBRSet* boundingSetRec);
|
||||
std::vector<rtcp::TmmbItem> BoundingSet(bool* tmmbr_owner);
|
||||
|
||||
int32_t UpdateTMMBR();
|
||||
|
||||
@ -112,9 +112,6 @@ protected:
|
||||
uint32_t remoteSSRC);
|
||||
RTCPHelp::RTCPReceiveInformation* GetReceiveInformation(uint32_t remoteSSRC);
|
||||
|
||||
void UpdateReceiveInformation(
|
||||
RTCPHelp::RTCPReceiveInformation& receiveInformation);
|
||||
|
||||
void HandleSenderReceiverReport(
|
||||
RTCPUtility::RTCPParserV2& rtcpParser,
|
||||
RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
||||
|
||||
Reference in New Issue
Block a user