Delete RtpRtcp::RemoteRTCPStat in favor of GetLatestReportBlockData
Bug: webrtc:10678 Change-Id: I1cff0230208e22f56f26cf2eba976f66d9b5bafc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212020 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33479}
This commit is contained in:

committed by
Commit Bot

parent
19775cbd29
commit
ab63350411
@ -100,8 +100,6 @@ class RTCPReceiver final {
|
||||
absl::optional<TimeDelta> OnPeriodicRttUpdate(Timestamp newer_than,
|
||||
bool sending);
|
||||
|
||||
// Get statistics.
|
||||
int32_t StatisticsReceived(std::vector<RTCPReportBlock>* receiveBlocks) const;
|
||||
// A snapshot of Report Blocks with additional data of interest to statistics.
|
||||
// Within this list, the sender-source SSRC pair is unique and per-pair the
|
||||
// ReportBlockData represents the latest Report Block that was received for
|
||||
|
Reference in New Issue
Block a user